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 | 傳????? | 10011001010000100011111100111111001111110011111100111111 | 99423f3f3f3f3f |
| EUC-JP | 傳????? | 11010001101000110011111100111111001111110011111100111111 | d1a33f3f3f3f3f |
| UTF-8 | 傳댓렱목렰렰 | 111001011000001010110011111010111000110010010011111010111010000010110001111010111010101010101001111010111010000010110000111010111010000010110000 | e582b3eb8c93eba0b1ebaaa9eba0b0eba0b0 |
| UHC | 傳댓렱목렰렰 | 111011101110111010110100111100011000111010111110101110001111000110001110101111011000111010111101 | eeeeb4f18ebeb8f18ebd8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)