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 | 叔瀁?? | 100011110110011011100000011001100011111100111111 | 8f66e0663f3f |
EUC-JP | 叔瀁?? | 101111011100011111011111110001110011111100111111 | bdc7dfc73f3f |
UTF-8 | 叔瀁렚롔 | 111001011000111110010100111001111000000010000001111010111010000010011010111010111010000110010100 | e58f94e78081eba09aeba194 |
UHC | 叔瀁렚롔 | 1110001011010010111001011100100010001110101011011000111011011000 | e2d2e5c88ead8ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)