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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 五??秧?] | 1000110011011100001111110011111111100010010111100011111101011101 | 8cdc3f3fe25e3f5d |
EUC-JP | 五??秧?] | 1011100011011110001111110011111111100011101111110011111101011101 | b8de3f3fe3bf3f5d |
UTF-8 | 五욁꺈秧갦] | 11100100101110101001010011101100100110101000000111101010101110101000100011100111101001111010011111101010101100001010011001011101 | e4ba94ec9a81eaba88e7a7a7eab0a65d |
UHC | 五욁꺈秧갦] | 1110011111101001100111101110001110000011101011111110010011101011100000010101000101011101 | e7e99ee383afe4eb81515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)