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 | 醤鉤ン鉤 | 1000111111011101111001111110101011111000100011111101110111100111111010101111100001011110 | 8fdde7eaf88fdde7eaf85e |
| EUC-JP | 醤鉤?ン鉤? | 10111110110111111110111011101100001111111000111011011101111011101110110000111111 | bedfeeec3f8eddeeec3f |
| UTF-8 | 醤鉤ン鉤 | 111010011000011010100100111010011000100110100100111011101001100010101110111011111011111010011101111010011000100110100100111011101001011110111110 | e986a4e989a4ee98aeefbe9de989a4ee97be |
| UHC | ?鉤??鉤? | 0011111111001111110010010011111100111111110011111100100100111111 | 3fcfc93f3fcfc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)