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 | ˶Ðý | 11001011101101101101000011111101 | cbb6d0fd |
SJIS-WIN | ?¶?? | 0011111110000001111101110011111100111111 | 3f81f73f3f |
EUC-JP | ˶?ý | 100011111010101010110011101000101111100100111111100011111010101111110010 | 8faab3a2f93f8fabf2 |
UTF-8 | ˶Ðý | 1100001110001011110000101011011011000011100100001100001110111101 | c38bc2b6c390c3bd |
UHC | ?¶Ð? | 001111111010001011010010101010001010001000111111 | 3fa2d2a8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)