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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??叔? | 0011111100111111100011110110011000111111 | 3f3f8f663f |
EUC-JP | 鉥?叔? | 10001111111000111110100000111111101111011100011100111111 | 8fe3e83fbdc73f |
UTF-8 | 鉥왃叔왃 | 111010011000100110100101111011001001100110000011111001011000111110010100111011001001100110000011 | e989a5ec9983e58f94ec9983 |
UHC | 鉥왃叔왃 | 1110001011111100100111101011011011100010110100101001111010110110 | e2fc9eb6e2d29eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)