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 | 藏?載 | 1110010101010101001111111000110111011010 | e5553f8dda |
EUC-JP | 藏?載 | 1110100110110110001111111011101011011100 | e9b63fbadc |
UTF-8 | 藏렭載 | 111010001001011110001111111010111010000010101101111010001011110010001001 | e8978feba0ade8bc89 |
UHC | 藏렭載 | 111011011111101010001110101110101110111010110000 | edfa8ebaeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)