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 | 0011111100111111100110011111001100111111100101111011110101000010 | 3f3f99f33f97bd42 |
EUC-JP | ??咐?凌B | 0011111100111111110100101111010100111111110011101011111101000010 | 3f3fd2f53fcebf42 |
UTF-8 | 룴점咐룵凌B | 11101011101000111011010011101100101000001001000011100101100100101001000011101011101000111011010111100101100001111000110001000010 | eba3b4eca090e59290eba3b5e5878c42 |
UHC | 룴점咐룵凌B | 1000111110101001110000011010000111011100111110111000111110101010110101111101000001000010 | 8fa9c1a1dcfb8faad7d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)