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 | 箪造探棚 | 1001001001011100100100011010001010010010010101001001001001001001 | 925c91a292549249 |
EUC-JP | 箪造探棚 | 1100001110111101110000101010010011000011101101011100001110101010 | c3bdc2a4c3b5c3aa |
UTF-8 | 箪造探棚 | 111001111010111010101010111010011000000010100000111001101000111010100010111001101010001110011010 | e7aeaae980a0e68ea2e6a39a |
UHC | ?造探棚 | 00111111111100001110001111110111101011101101110111011100 | 3ff0e3f7aedddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)