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 | 鼇δ?嚥 | 11101010100001111000001111000010001111111001101010001011 | ea8783c23f9a8b |
| EUC-JP | 鼇δ?嚥 | 11110011111001111010011011000100001111111101001111101011 | f3e7a6c43fd3eb |
| UTF-8 | 鼇δ벤嚥 | 1110100110111100100001111100111010110100111010111011001010100100111001011001101010100101 | e9bc87ceb4ebb2a4e59aa5 |
| UHC | 鼇δ벤嚥 | 1110100010101000101001011110010010111010101001011110011010111111 | e8a8a5e4baa5e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)