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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 上聰槢 | 100011111110001111100011111000001111101011101100 | 8fe3e3e0faec |
EUC-JP | 上聰槢 | 10111110111001011110011011100010100011111100010011101010 | bee5e6e28fc4ea |
UTF-8 | 上聰槢 | 111001001011100010001010111010001000000110110000111001101010011110100010 | e4b88ae881b0e6a7a2 |
UHC | 上聰? | 1101111110111110111101011100011000111111 | dfbef5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)