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 | 伊豆??垣? | 100010001100100110010011101001000011111100111111100010100101111100111111 | 88c993a43f3f8a5f3f |
| EUC-JP | 伊豆??垣? | 101100001100101111000110101001100011111100111111101100111100000000111111 | b0cbc6a63f3fb3c03f |
| UTF-8 | 伊豆렚렖垣렖 | 111001001011110010001010111010001011000110000110111010111010000010011010111010111010000010010110111001011001111010100011111010111010000010010110 | e4bc8ae8b186eba09aeba096e59ea3eba096 |
| UHC | 伊豆렚렖垣렖 | 111011001010010111010100111001111000111010101101100011101010101111101010101011111000111010101011 | eca5d4e78ead8eabeaaf8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)