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 | 蠇憺ケソ | 111110111010000110011100111010011011100110111111 | fba19ce9b9bf |
EUC-JP | ?憺ケソ | 00111111110110001110101110001110101110011000111010111111 | 3fd8eb8eb98ebf |
UTF-8 | 蠇憺ケソ | 111010001010000010000111111001101000011010111010111011111011110110111001111011111011110110111111 | e8a087e686baefbdb9efbdbf |
UHC | ?憺?? | 0011111111010011101111000011111100111111 | 3fd3bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)