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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ??枇?] | 001111110011111110010100111110000011111101011101 | 3f3f94f83f5d |
EUC-JP | ??枇?] | 001111110011111111001000111110100011111101011101 | 3f3fc8fa3f5d |
UTF-8 | 룶깹枇◈] | 11101011101000111011011011101010101110011011100111100110100111101000011111100010100101111000100001011101 | eba3b6eab9b9e69e87e297885d |
UHC | 룶깹枇◈] | 100011111010101110110010101000011101110111101101101000101100001001011101 | 8fabb2a1ddeda2c25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)