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 | 鶯痔鴕エ酥シ | 11101001111100101000111010100100111010011111011010110100111001111100011010111100 | e9f28ea4e9f6b4e7c6bc |
EUC-JP | 鶯痔鴕エ酥シ | 111100101111010010111100101001101111001011111000100011101011010011101110110010001000111010111100 | f2f4bca6f2f88eb4eec88ebc |
UTF-8 | 鶯痔鴕エ酥シ | 111010011011011010101111111001111001011110010100111010011011010010010101111011111011110110110100111010011000010110100101111011111011110110111100 | e9b6afe79794e9b495efbdb4e985a5efbdbc |
UHC | 鶯痔???? | 1110010110100011111101101100000000111111001111110011111100111111 | e5a3f6c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)