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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??泣?┴ | 100010010111111000111111001111111000101110000011001111111000010010101000 | 897e3f3f8b833f84a8 |
EUC-JP | 円??泣?┴ | 101100011101111100111111001111111011010111100011001111111010100010101010 | b1df3f3fb5e33fa8aa |
UTF-8 | 円ㅹ쳯泣뺧┴ | 111001011000011010000110111000111000010110111001111011001011001110101111111001101011001110100011111010111011101010100111111000101001010010110100 | e58686e385b9ecb3afe6b3a3ebbaa7e294b4 |
UHC | 円ㅹ쳯泣뺧┴ | 111001011111011110100100111010011010101110010011111010111110100010010101111011111010011010101010 | e5f7a4e9ab93ebe895efa6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)