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 | 樺戡? | 1000101010010010100111010100000100111111 | 8a929d413f |
EUC-JP | 樺戡? | 1011001111110010110110011010001000111111 | b3f2d9a23f |
UTF-8 | 樺戡렰 | 111001101010100010111010111001101000100010100001111010111010000010110000 | e6a8bae688a1eba0b0 |
UHC | 樺戡렰 | 111110111111110011001010111100011000111010111101 | fbfccaf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)