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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 上簇 | 10001111111000111110001011000110 | 8fe3e2c6 |
EUC-JP | 上簇 | 10111110111001011110010011001000 | bee5e4c8 |
UTF-8 | 上簇 | 111001001011100010001010111001111011000010000111 | e4b88ae7b087 |
UHC | 上簇 | 11011111101111101111000011101010 | dfbef0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)