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 | 蛾??十?? | 1000100111101001001111110011111110001111010111000011111100111111 | 89e93f3f8f5c3f3f |
| EUC-JP | 蛾??十?? | 1011001011101011001111110011111110111101101111010011111100111111 | b2eb3f3fbdbd3f3f |
| UTF-8 | 蛾덊뢜十꼷뢉 | 111010001001101110111110111010111000110110001010111010111010001010011100111001011000110110000001111010101011110010110111111010111010001010001001 | e89bbeeb8d8aeba29ce58d81eabcb7eba289 |
| UHC | 蛾덊뢜十꼷뢉 | 111001001011011010001000111011011000111101010111111001001010100010000100100011111000111101000101 | e4b688ed8f57e4a8848f8f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)