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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 癲パ??檍 | 1110000110011111100000110111000000111111001111111001111011111000 | e19f83703f3f9ef8 |
| EUC-JP | 癲パ??檍 | 1110001010100001101001011101000100111111001111111101110011111010 | e2a1a5d13f3fdcfa |
| UTF-8 | 癲パ딅꽠檍 | 111001111001100110110010111000111000001110010001111010111001010010000101111010101011110110100000111001101010101010001101 | e799b2e38391eb9485eabda0e6aa8d |
| UHC | 癲パ딅꽠檍 | 11101111101001101010101111010001100010101110101110000100101011011110010111100101 | efa6abd18aeb84ade5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)