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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
UTF-8 | 횥쨍Y횥쨍bE | 111011011001101010100101111011001010100010001101010110011110110110011010101001011110110010101000100011010110001001000101 | ed9aa5eca88d59ed9aa5eca88d6245 |
UHC | 횥쨍Y횥쨍bE | 1100001110011100110000101011100001011001110000111001110011000010101110000110001001000101 | c39cc2b859c39cc2b86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)