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 | ì ì°[ | 11101100100001011001010111101100100001101011000001011011 | ec8595ec86b05b |
SJIS-WIN | ?????°[ | 0011111100111111001111110011111100111111100000011000101101011011 | 3f3f3f3f3f818b5b |
EUC-JP | ì??ì?°[ | 100011111010101111000000001111110011111110001111101010111100000000111111101000011110101101011011 | 8fabc03f3f8fabc03fa1eb5b |
UTF-8 | ì ì°[ | 11000011101011001100001010000101110000101001010111000011101011001100001010000110110000101011000001011011 | c3acc285c295c3acc286c2b05b |
UHC | ?????°[ | 0011111100111111001111110011111100111111101000011100011001011011 | 3f3f3f3f3fa1c65b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)