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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葎弖籤 | 100101111010100010011100010101101110001011011100 | 97a89c56e2dc |
EUC-JP | 葎弖籤 | 110011101010101011010111101101111110010011011110 | ceaad7b7e4de |
UTF-8 | 葎弖籤 | 111010001001000110001110111001011011110010010110111001111011000110100100 | e8918ee5bc96e7b1a4 |
UHC | ??籤 | 00111111001111111111010011011001 | 3f3ff4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)