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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 偕?畯?? | 10011000111100010011111111111011011011110011111100111111 | 98f13ffb6f3f3f |
EUC-JP | 偕?畯®? | 11010000111100110011111110001111110011011011101110001111101000101110111000111111 | d0f33f8fcdbb8fa2ee3f |
UTF-8 | 偕렱畯®렮 | 1110010110000001100101011110101110100000101100011110011110010101101011111100001010101110111010111010000010101110 | e58195eba0b1e795afc2aeeba0ae |
UHC | 偕렱畯®렮 | 11111010101001011000111010111110111100011110000110100010111001111000111010111011 | faa58ebef1e1a2e78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)