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 | 橈???у? | 1001111011110100001111110011111100111111100001001000010100111111 | 9ef43f3f3f84853f |
| EUC-JP | 橈??瑗у? | 11011100111101100011111100111111100011111100110011000000101001111110010100111111 | dcf63f3f8fccc0a7e53f |
| UTF-8 | 橈볝굞瑗у선 | 1110011010101001100010001110101110110011100111011110101010110101100111101110011110010001100101111101000110000011111011001000010010100000 | e6a988ebb39deab59ee79197d183ec84a0 |
| UHC | 橈볝굞瑗у선 | 111010001111101010010011111000111000001010000110111010101011110010101100111001011011110010110001 | e8fa93e38286eabcace5bcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)