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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???逸? | 001111110011111100111111100010001110110100111111 | 3f3f3f88ed3f |
| EUC-JP | ???逸? | 001111110011111100111111101100001110111100111111 | 3f3f3fb0ef3f |
| UTF-8 | 輦깅뿧逸킣 | 111011111010011010011000111010101011100110000101111010111011111110100111111010011000000010111000111011011000001010100011 | efa698eab985ebbfa7e980b8ed82a3 |
| UHC | 輦깅뿧逸킣 | 11100110111001001011000111101011100101111010011111101100111011111011010101001111 | e6e4b1eb97a7ecefb54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)