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 | ?????{ | 001111110011111100111111001111110011111101111011 | 3f3f3f3f3f7b |
SJIS-WIN | ?????{ | 001111110011111100111111001111110011111101111011 | 3f3f3f3f3f7b |
EUC-JP | ?????{ | 001111110011111100111111001111110011111101111011 | 3f3f3f3f3f7b |
UTF-8 | 묱묧묰묷묧{ | 11101011101011001011000111101011101011001010011111101011101011001011000011101011101011001011011111101011101011001010011101111011 | ebacb1ebaca7ebacb0ebacb7ebaca77b |
UHC | 묱묧묰묷묧{ | 1001001001001000100100011111111010010010010001111001001001001011100100011111111001111011 | 924891fe9247924b91fe7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)