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 | 癲④?油? | 1110000110011111100001110100001100111111100101101111101100111111 | e19f87433f96fb3f |
| EUC-JP | 癲??油? | 11100010101000010011111100111111110011001111110100111111 | e2a13f3fccfd3f |
| UTF-8 | 癲④퍏油콿 | 111001111001100110110010111000101001000110100011111011011000110110001111111001101011001010111001111011001011110110111111 | e799b2e291a3ed8d8fe6b2b9ecbdbf |
| UHC | 癲④퍏油콿 | 11101111101001101010100011101010101110111000011011101010111110101011001001001111 | efa6a8eabb86eafab24f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)