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 | ??パ? 濟 | 001111110011111110000011011100000011111110000001010000001110000001011010 | 3f3f83703f8140e05a |
EUC-JP | ??パ? 濟 | 001111110011111110100101110100010011111110100001101000011101111110111011 | 3f3fa5d13fa1a1dfbb |
UTF-8 | 룶欄パ룵 濟 | 111010111010001110110110111011111010010010011101111000111000001110010001111010111010001110110101111000111000000010000000111001101011111110011111 | eba3b6efa49de38391eba3b5e38080e6bf9f |
UHC | 룶欄パ룵 濟 | 100011111010101111010001111011011010101111010001100011111010101010100001101000011111000010101101 | 8fabd1edabd18faaa1a1f0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)