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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 臟?艶??^ | 1110010001100110001111111000100110010000001111110011111101011110 | e4663f89903f3f5e |
EUC-JP | 臟?艶??^ | 1110011111000111001111111011000111110000001111110011111101011110 | e7c73fb1f03f3f5e |
UTF-8 | 臟뢒艶쀧윢^ | 11101000100001111001111111101011101000101001001011101000100010011011011011101100100000001010011111101100100111001010001001011110 | e8879feba292e889b6ec80a7ec9ca25e |
UHC | 臟뢒艶쀧윢^ | 1110110111110100100011110100110111100110111111011001011111100111100111111010001101011110 | edf48f4de6fd97e79fa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)