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 | 貂ク繧誤亦 | 111001101011100010111000111000111000001010001100111010111001011010010010 | e6b8b8e3828ceb9692 |
EUC-JP | 貂ク繧誤亦 | 11101100101110101000111010111000111001011110001010111000111011011100101111110010 | ecba8eb8e5e2b8edcbf2 |
UTF-8 | 貂ク繧誤亦 | 111010001011001010000010111011111011110110111000111001111011100110100111111010001010101010100100111001001011101010100110 | e8b282efbdb8e7b9a7e8aaa4e4baa6 |
UHC | 貂??誤亦 | 1111010110110000001111110011111111101000101001101110011010110010 | f5b03f3fe8a6e6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)