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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 飮l?淫?? | 100111110101101010000010100011000011111110001000111110100011111100111111 | 9f5a828c3f88fa3f3f |
EUC-JP | 飮l?淫?? | 110111011011101110100011111011000011111110110000111111000011111100111111 | ddbba3ec3fb0fc3f3f |
UTF-8 | 飮l댎淫띾씀 | 111010011010001110101110111011111011110110001100111010111000110010001110111001101011011110101011111010111001110110111110111011001001010010000000 | e9a3aeefbd8ceb8c8ee6b7abeb9dbeec9480 |
UHC | 飮l댎淫띾씀 | 111010111110011010100011111011001000100010110111111010111110001010001101111010111011111010111000 | ebe6a3ec88b7ebe28debbeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)