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 | 菴??柚?┏ | 111001001011110100111111001111111001011101001101001111111000010010101100 | e4bd3f3f974d3f84ac |
| EUC-JP | 菴??柚?┏ | 111010001011111100111111001111111100110110101110001111111010100010101110 | e8bf3f3fcdae3fa8ae |
| UTF-8 | 菴뀀맕柚삥┏ | 111010001000111110110100111010111000000010000000111010111010011110010101111001101001111110011010111011001000001010100101111000101001010010001111 | e88fb4eb8080eba795e69f9aec82a5e2948f |
| UHC | 菴뀀맕柚삥┏ | 111001001110000010110010111010111001000010100111111010101111011010111011111001101010011010101110 | e4e0b2eb90a7eaf6bbe6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)