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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鳶??鳶?? | 1001001111001110001111110011111110010011110011100011111100111111 | 93ce3f3f93ce3f3f |
EUC-JP | 鳶??鳶?? | 1100011011010000001111110011111111000110110100000011111100111111 | c6d03f3fc6d03f3f |
UTF-8 | 鳶루뫍鳶밭떣 | 111010011011001110110110111010111010001110101000111010111010101110001101111010011011001110110110111010111011000010101101111010111001011010100011 | e9b3b6eba3a8ebab8de9b3b6ebb0adeb96a3 |
UHC | 鳶루뫍鳶밭떣 | 111001101110100110110111111001111001000110101111111001101110100110111001111001111000101110110111 | e6e9b7e791afe6e9b9e78bb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)