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 | 隲、遨エ蟶ー | 111010001010101110100100111001111010100110110100111001011011100010110000 | e8aba4e7a9b4e5b8b0 |
EUC-JP | 隲、遨エ蟶ー | 111100001010110110001110101001001110111010101011100011101011010011101010101110101000111010110000 | f0ad8ea4eeab8eb4eaba8eb0 |
UTF-8 | 隲、遨エ蟶ー | 111010011001101010110010111011111011110110100100111010011000000110101000111011111011110110110100111010001001111110110110111011111011110110110000 | e99ab2efbda4e981a8efbdb4e89fb6efbdb0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)