To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ學テヲ | 1100001010011011011110111100001110100110 | c29b7bc3a6 |
EUC-JP | ツ學テヲ | 1000111011000010110101011101110010001110110000111000111010100110 | 8ec2d5dc8ec38ea6 |
UTF-8 | ツ學テヲ | 111011111011111010000010111001011010110110111000111011111011111010000011111011111011110110100110 | efbe82e5adb8efbe83efbda6 |
UHC | ?學?? | 0011111111111001110010100011111100111111 | 3ff9ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)