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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 悅??悅??^ | 111110101011110100111111001111111111101010111101001111110011111101011110 | fabd3f3ffabd3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 悅깁떯悅깁떯^ | 11100110100000101000010111101010101110011000000111101011100101101010111111100110100000101000010111101010101110011000000111101011100101101010111101011110 | e68285eab981eb96afe68285eab981eb96af5e |
UHC | 悅깁떯悅깁떯^ | 11100110111011011011000111101001100010111011111111100110111011011011000111101001100010111011111101011110 | e6edb1e98bbfe6edb1e98bbf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)