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 | 彫?組?輯 | 1001001010100100001111111001000101100111001111111000111101010011 | 92a43f91673f8f53 |
EUC-JP | 彫?組?輯 | 1100010010100110001111111100000111001000001111111011110110110100 | c4a63fc1c83fbdb4 |
UTF-8 | 彫렯組렔輯 | 111001011011110110101011111010111010000010101111111001111011010110000100111010111010000010010100111010001011110010101111 | e5bdabeba0afe7b584eba094e8bcaf |
UHC | 彫렯組렔輯 | 11110000110000011000111010111100111100001101101010001110101010011111001011111110 | f0c18ebcf0da8ea9f2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)