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 | 111011011001101010011001111011011001101010011000010110011110110110011010100110011110110110011010100110000110001001000101 | ed9a99ed9a9859ed9a99ed9a986245 |
UHC | 횙횘Y횙횘bE | 1100001110010011110000111001001001011001110000111001001111000011100100100110001001000101 | c393c39259c393c3926245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)