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 | 倭??倚?? | 1001100001100000001111110011111110011000110111110011111100111111 | 98603f3f98df3f3f |
| EUC-JP | 倭??倚?? | 1100111111000001001111110011111111010000111000010011111100111111 | cfc13f3fd0e13f3f |
| UTF-8 | 倭몄쥙倚욃넼 | 111001011000000010101101111010111010101010000100111011001010010110011001111001011000000010011010111011001001101010000011111010111000010010111100 | e580adebaa84eca599e5809aec9a83eb84bc |
| UHC | 倭몄쥙倚욃넼 | 111010001101111010111000111011001010001010001110111010111110111110011110111001011000011010110110 | e8deb8eca28eebef9ee586b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)