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 | ?????r | 001111110011111100111111001111110011111101110010 | 3f3f3f3f3f72 |
SJIS-WIN | 永??永?r | 1000100101101001001111110011111110001001011010010011111101110010 | 89693f3f89693f72 |
EUC-JP | 永??永?r | 1011000111001010001111110011111110110001110010100011111101110010 | b1ca3f3fb1ca3f72 |
UTF-8 | 永쏃넀永괓r | 11100110101100001011100011101100100011111000001111101011100001001000000011100110101100001011100011101010101101001001001101110010 | e6b0b8ec8f83eb8480e6b0b8eab49372 |
UHC | 永쏃넀永괓r | 1110011110110101100110111110100110000110100100001110011110110101100000011111111001110010 | e7b59be98690e7b581fe72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)