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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 偕?肢?弔 | 1001100011110001001111111000111010001000001111111001001010100010 | 98f13f8e883f92a2 |
EUC-JP | 偕?肢?弔 | 1101000011110011001111111011101111101000001111111100010010100100 | d0f33fbbe83fc4a4 |
UTF-8 | 偕렦肢렖弔 | 111001011000000110010101111010111010000010100110111010001000001010100010111010111010000010010110111001011011110010010100 | e58195eba0a6e882a2eba096e5bc94 |
UHC | 偕렦肢렖弔 | 11111010101001011000111010110101111100101011011010001110101010111111000011000000 | faa58eb5f2b68eabf0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)