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 | 蝣危ャ底ーシ | 111001011010000010001010111010111010110010010010111010101011000010111100 | e5a08aebac92eab0bc |
EUC-JP | 蝣危ャ底ーシ | 111010101010001010110100111011011000111010101100110001001110110010001110101100001000111010111100 | eaa2b4ed8eacc4ec8eb08ebc |
UTF-8 | 蝣危ャ底ーシ | 111010001001110110100011111001011000110110110001111011111011110110101100111001011011101010010101111011111011110110110000111011111011110110111100 | e89da3e58db1efbdace5ba95efbdb0efbdbc |
UHC | ?危?底?? | 0011111111101010110010110011111111101110101111000011111100111111 | 3feacb3feebc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)