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 | 檍??毅?? | 1001111011111000001111110011111110001011010000100011111100111111 | 9ef83f3f8b423f3f |
EUC-JP | 檍??毅?? | 1101110011111010001111110011111110110101101000110011111100111111 | dcfa3f3fb5a33f3f |
UTF-8 | 檍댿뀤毅졿뇠 | 111001101010101010001101111010111000110010111111111010111000000010100100111001101010111110000101111011001010000110111111111010111000011110100000 | e6aa8deb8cbfeb80a4e6af85eca1bfeb87a0 |
UHC | 檍댿뀤毅졿뇠 | 111001011110010110001000111000101000010110011011111010111111011010100000111001101000011110001000 | e5e588e2859bebf6a0e68788 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)