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 | 贒サ鬯サ | 111110111010111110111011111010011010110010111011 | fbafbbe9acbb |
EUC-JP | 贒サ鬯サ | 100011111101111111000011100011101011101111110010101011101000111010111011 | 8fdfc38ebbf2ae8ebb |
UTF-8 | 贒サ鬯サ | 111010001011010010010010111011111011110110111011111010011010110010101111111011111011110110111011 | e8b492efbdbbe9acafefbdbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)