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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 汚??嚥 | 100010011001100000111111001111111001101010001011 | 89983f3f9a8b |
| EUC-JP | 汚??嚥 | 101100011111100000111111001111111101001111101011 | b1f83f3fd3eb |
| UTF-8 | 汚뉏폒嚥 | 111001101011000110011010111010111000100110001111111011011000111110010010111001011001101010100101 | e6b19aeb898fed8f92e59aa5 |
| UHC | 汚뉏폒嚥 | 1110011111111101100001111110010010111100100111001110011010111111 | e7fd87e4bc9ce6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)