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 | 111010111010100010010000111010111010101010111110010110011110101110101000100100001110101110101010101111100110001001000101 | eba890ebaabe59eba890ebaabe6245 |
UHC | 먐몾Y먐몾bE | 1001000011001110100100011010001001011001100100001100111010010001101000100110001001000101 | 90ce91a25990ce91a26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)