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 | 10010111011101100011111100111111001111110011111101000010 | 97763f3f3f3f42 |
EUC-JP | 要????B | 11001101110101110011111100111111001111110011111101000010 | cdd73f3f3f3f42 |
UTF-8 | 要ㅷ슢轢뎆B | 11101000101001101000000111100011100001011011011111101100100010101010001011101111101001101000110111101011100011101000011001000010 | e8a681e385b7ec8aa2efa68deb8e8642 |
UHC | 要ㅷ슢轢뎆B | 1110100110101001101001001110011110011010101011101110011010111100100010010101010001000010 | e9a9a4e79aaee6bc895442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)