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 | 1110100110100000100100000111110101011001111010011010000010010000011111010110001001000101 | e9a0907d59e9a0907d6245 |
EUC-JP | 鬆図Y鬆図bE | 1111001010100010101111111101111001011001111100101010001010111111110111100110001001000101 | f2a2bfde59f2a2bfde6245 |
UTF-8 | 鬆図Y鬆図bE | 111010011010110010000110111001011001101110110011010110011110100110101100100001101110010110011011101100110110001001000101 | e9ac86e59bb359e9ac86e59bb36245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)