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 | 闇λ?肄? | 1000100011000101100000111100100100111111111000111110010100111111 | 88c583c93fe3e53f |
| EUC-JP | 闇λ?肄? | 1011000011000111101001101100101100111111111001101110011100111111 | b0c7a6cb3fe6e73f |
| UTF-8 | 闇λ틷肄뻵 | 1110100110010111100001111100111010111011111011011000101110110111111010001000001010000100111010111011101110110101 | e99787cebbed8bb7e88284ebbbb5 |
| UHC | 闇λ틷肄뻵 | 11100100111000011010010111101011101110101001111011101100101111011001011001111010 | e4e1a5ebba9eecbd967a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)