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 | 貊ク雋りイウ | 111001101011101110111000111010001011001010000010111010001011001010110011 | e6bbb8e8b282e8b2b3 |
EUC-JP | 貊ク雋りイウ | 111011001011110110001110101110001111000010110100101001001110101010001110101100101000111010110011 | ecbd8eb8f0b4a4ea8eb28eb3 |
UTF-8 | 貊ク雋りイウ | 111010001011001010001010111011111011110110111000111010011001101110001011111000111000001010001010111011111011110110110010111011111011110110110011 | e8b28aefbdb8e99b8be3828aefbdb2efbdb3 |
UHC | 貊?雋り?? | 110110001110011100111111111100011110011010101010111010100011111100111111 | d8e73ff1e6aaea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)