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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鞴鬩鞴眈^ | 111010001110010011101001101010011110100011100100111000011011110001011110 | e8e4e9a9e8e4e1bc5e |
EUC-JP | 鞴鬩鞴眈^ | 111100001110011011110010101010111111000011100110111000101011111001011110 | f0e6f2abf0e6e2be5e |
UTF-8 | 鞴鬩鞴眈^ | 11101001100111101011010011101001101011001010100111101001100111101011010011100111100111001000100001011110 | e99eb4e9aca9e99eb4e79c885e |
UHC | ???眈^ | 001111110011111100111111111101111010111101011110 | 3f3f3ff7af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)