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 | 蘂???ゆ? | 1110010101000001001111110011111100111111100000101110010000111111 | e5413f3f3f82e43f |
| EUC-JP | 蘂???ゆ? | 1110100110100010001111110011111100111111101001001110011000111111 | e9a23f3f3fa4e63f |
| UTF-8 | 蘂녔콖銳ゆ꼇 | 111010001001100010000010111010111000010110010100111011001011110110010110111010011000101010110011111000111000001010000110111010101011110010000111 | e89882eb8594ecbd96e98ab3e38286eabc87 |
| UHC | 蘂녔콖銳ゆ꼇 | 111001111101111010110011111001101011000110010000111001111110010110101010111001101011001010111011 | e7deb3e6b190e7e5aae6b2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)