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 | ??=昻?? | 0011111100111111100000011000000111111010110100000011111100111111 | 3f3f8181fad03f3f |
EUC-JP | 獒?=??? | 100011111100101110111011001111111010000111100001001111110011111100111111 | 8fcbbb3fa1e13f3f3f |
UTF-8 | 獒붷=昻곮톪 | 111001111000110110010010111010111011011010110111111011111011110010011101111001101001100010111011111010101011001110101110111011011000011010101010 | e78d92ebb6b7efbc9de698bbeab3aeed86aa |
UHC | 獒붷=昻곮톪 | 111010001010001110010100111001011010001110111101111001001110100110000001111010001011011110000010 | e8a394e5a3bde4e981e8b782 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)