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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譽頑」械 | 11100110101000111000101011100110101000111000101001000010 | e6a38ae6a38a42 |
EUC-JP | 譽頑」械 | 1110110010100101101101001110100010001110101000111011001110100011 | eca5b4e88ea3b3a3 |
UTF-8 | 譽頑」械 | 111010001010110110111101111010011010000010010001111011111011110110100011111001101010001010110000 | e8adbde9a091efbda3e6a2b0 |
UHC | 譽頑?械 | 11100111111000101110100011010111001111111100110011111110 | e7e2e8d73fccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)