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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 底?男 | 1001001011101010001111111001001001101010 | 92ea3f926a |
EUC-JP | 底?男 | 1100010011101100001111111100001111001011 | c4ec3fc3cb |
UTF-8 | 底흔男 | 111001011011101010010101111011011001110110010100111001111001010010110111 | e5ba95ed9d94e794b7 |
UHC | 底흔男 | 111011101011110011001000111001111101000111111011 | eebcc8e7d1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)