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 | 昻??裕? | 11111010110100000011111100111111100101110101010000111111 | fad03f3f97543f |
| EUC-JP | ???裕? | 001111110011111100111111110011011011010100111111 | 3f3f3fcdb53f |
| UTF-8 | 昻뉗늹裕킕 | 111001101001100010111011111010111000100110010111111010111000101010111001111010001010001110010101111011011000001010010101 | e698bbeb8997eb8ab9e8a395ed8295 |
| UHC | 昻뉗늹裕킕 | 11100100111010011000011111101100100010001000001011101011101011101011010101000001 | e4e987ec8882ebaeb541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)