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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 蠏灘、アH | 11100101101101011001001111100101101001001011000101001000 | e5b593e5a4b148 |
EUC-JP | 蠏灘、アH | 111010101011011111000110111001111000111010100100100011101011000101001000 | eab7c6e78ea48eb148 |
UTF-8 | 蠏灘、アH | 11101000101000001000111111100111100000011001100011101111101111011010010011101111101111011011000101001000 | e8a08fe78198efbda4efbdb148 |
UHC | ?灘??H | 001111111111011110101000001111110011111101001000 | 3ff7a83f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)