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 | 瓮e?夭? | 1110000101000100100000101000010100111111100110101110111000111111 | e14482853f9aee3f |
EUC-JP | 瓮e?夭? | 1110000110100101101000111110010100111111110101001111000000111111 | e1a5a3e53fd4f03f |
UTF-8 | 瓮e뮀夭뾄 | 111001111001001110101110111011111011110110000101111010111010111010000000111001011010010010101101111010111011111010000100 | e793aeefbd85ebae80e5a4adebbe84 |
UHC | 瓮e뮀夭뾄 | 11101000101101111010001111100101100100101000111111101000111011001001011101000010 | e8b7a3e5928fe8ec9742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)