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 | 雍溢ョク郛コ^ | 11101000101101001000100011101100101011101011100011100111101111001011101001011110 | e8b488ecaeb8e7bcba5e |
EUC-JP | 雍溢ョク郛コ^ | 11110000101101101011000011101110100011101010111010001110101110001110111010111110100011101011101001011110 | f0b6b0ee8eae8eb8eebe8eba5e |
UTF-8 | 雍溢ョク郛コ^ | 11101001100110111000110111100110101110101010001011101111101111011010111011101111101111011011100011101001100000111001101111101111101111011011101001011110 | e99b8de6baa2efbdaeefbdb8e9839befbdba5e |
UHC | 雍溢????^ | 111010001011110011101100111011100011111100111111001111110011111101011110 | e8bcecee3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)