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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??よ?窺^ | 0011111100111111100000101110011000111111100010010100110101011110 | 3f3f82e63f894d5e |
EUC-JP | 縕?よ?窺^ | 10001111110101001100001000111111101001001110100000111111101100011010111001011110 | 8fd4c23fa4e83fb1ae5e |
UTF-8 | 縕됎よ쾳窺^ | 11100111101110001001010111101011100100001000111011100011100000101000100011101100101111101011001111100111101010101011101001011110 | e7b895eb908ee38288ecbeb3e7aaba5e |
UHC | 縕됎よ쾳窺^ | 1110100010110010100010011101000010101010111010001011001010001001110100001010101001011110 | e8b289d0aae8b289d0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)