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 | 霎鋗霎鋗^ | 111010001011111011111011110100001110100010111110111110111101000001011110 | e8befbd0e8befbd05e |
EUC-JP | 霎鋗霎鋗^ | 1111000011000000100011111110010011000001111100001100000010001111111001001100000101011110 | f0c08fe4c1f0c08fe4c15e |
UTF-8 | 霎鋗霎鋗^ | 11101001100111001000111011101001100010111001011111101001100111001000111011101001100010111001011101011110 | e99c8ee98b97e99c8ee98b975e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)