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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 렱렡손앓렏^ | 11101011101000001011000111101011101000001010000111101100100001101001000011101100100101011001001111101011101000001000111101011110 | eba0b1eba0a1ec8690ec9593eba08f5e |
UHC | 렱렡손앓렏^ | 1000111010111110100011101011001010111100110101011011111011001110100011101010010101011110 | 8ebe8eb2bcd5bece8ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)