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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 癲???ユ? | 1110000110011111001111110011111100111111100000111000011000111111 | e19f3f3f3f83863f |
| EUC-JP | 癲??瑗ユ? | 11100010101000010011111100111111100011111100110011000000101001011110011000111111 | e2a13f3f8fccc0a5e63f |
| UTF-8 | 癲좊냱瑗ユ레 | 111001111001100110110010111011001010001010001010111010111000001110110001111001111001000110010111111000111000001110100110111010111010000010001000 | e799b2eca28aeb83b1e79197e383a6eba088 |
| UHC | 癲좊냱瑗ユ레 | 111011111010011010100000111010111000011010000001111010101011110010101011111001101011011110111001 | efa6a0eb8681eabcabe6b7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)