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 | 100111111100100000111111010110011001111111001000001111110110001001000101 | 9fc83f599fc83f6245 |
EUC-JP | 淙?Y淙?bE | 110111101100101000111111010110011101111011001010001111110110001001000101 | deca3f59deca3f6245 |
UTF-8 | 淙렮Y淙렮bE | 111001101011011110011001111010111010000010101110010110011110011010110111100110011110101110100000101011100110001001000101 | e6b799eba0ae59e6b799eba0ae6245 |
UHC | 淙렮Y淙렮bE | 1111000011111000100011101011101101011001111100001111100010001110101110110110001001000101 | f0f88ebb59f0f88ebb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)