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 | ?ゃ?肄?? | 0011111110000010111000010011111111100011111001010011111100111111 | 3f82e13fe3e53f3f |
| EUC-JP | ?ゃ?肄?? | 0011111110100100111000110011111111100110111001110011111100111111 | 3fa4e33fe6e73f3f |
| UTF-8 | 閭ゃ굟肄뉒넲 | 111011111010011010000110111000111000001010000011111010101011010110011111111010001000001010000100111010111000100110010010111010111000010010110010 | efa686e38283eab59fe88284eb8992eb84b2 |
| UHC | 閭ゃ굟肄뉒넲 | 111001101010110110101010111000111000001010000111111011001011110110000111111001111000011010110001 | e6adaae38287ecbd87e786b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)