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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 邂臭h邂臭 | 111001111010111010001111010011000110100011100111101011101000111101001100 | e7ae8f4c68e7ae8f4c |
EUC-JP | 邂臭h邂臭 | 111011101011000010111101101011010110100011101110101100001011110110101101 | eeb0bdad68eeb0bdad |
UTF-8 | 邂臭h邂臭 | 11101001100000101000001011101000100001111010110101101000111010011000001010000010111010001000011110101101 | e98282e887ad68e98282e887ad |
UHC | 邂臭h邂臭 | 111110101011001111110110101010110110100011111010101100111111011010101011 | fab3f6ab68fab3f6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)