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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 永??烏?B | 1000100101101001001111110011111110001001010001110011111101000010 | 89693f3f89473f42 |
EUC-JP | 永??烏?B | 1011000111001010001111110011111110110001101010000011111101000010 | b1ca3f3fb1a83f42 |
UTF-8 | 永쏃넀烏낥B | 11100110101100001011100011101100100011111000001111101011100001001000000011100111100000111000111111101011100000101010010101000010 | e6b0b8ec8f83eb8480e7838feb82a542 |
UHC | 永쏃넀烏낥B | 1110011110110101100110111110100110000110100100001110100010100001100001100100000101000010 | e7b59be98690e8a1864142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)