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 | Ìè¬èú¯^ | 11001100111010001010110011101000111110101010111101011110 | cce8ace8faaf5e |
SJIS-WIN | ??¬???^ | 0011111100111111100000011100101000111111001111110011111101011110 | 3f3f81ca3f3f3f5e |
EUC-JP | Ìè¬èú¯^ | 100011111010101011000000100011111010101110110010101000101100110010001111101010111011001010001111101010111110001010001111101000101011010001011110 | 8faac08fabb2a2cc8fabb28fabe28fa2b45e |
UTF-8 | Ìè¬èú¯^ | 11000011100011001100001110101000110000101010110011000011101010001100001110111010110000101010111101011110 | c38cc3a8c2acc3a8c3bac2af5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)