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 | ??泄紆 | 001111110011111110011111100101011110001011111100 | 3f3f9f95e2fc |
EUC-JP | ??泄紆 | 001111110011111111011101111101011110010011111110 | 3f3fddf5e4fe |
UTF-8 | 숥쉃泄紆 | 111011001000100010100101111011001000100110000011111001101011001110000100111001111011010010000110 | ec88a5ec8983e6b384e7b486 |
UHC | 숥쉃泄紆 | 1001101001000010100110100101100011100000110111001110100111100001 | 9a429a58e0dce9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)