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 | 陰??鶯? | 10001001010000010011111100111111111010011111001000111111 | 89413f3fe9f23f |
| EUC-JP | 陰??鶯? | 10110001101000100011111100111111111100101111010000111111 | b1a23f3ff2f43f |
| UTF-8 | 陰먯뀑鶯밃 | 111010011001100110110000111010111010100010101111111010111000000010010001111010011011011010101111111010111011000010000011 | e999b0eba8afeb8091e9b6afebb083 |
| UHC | 陰먯뀑鶯밃 | 11101011111001001001000011101100100001011000101111100101101000111001001101000001 | ebe490ec858be5a39341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)