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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 璵???B | 10001111110011001110011000111111001111110011111101000010 | 8fcce63f3f3f42 |
UTF-8 | 璵☞됱럟B | 11100111100100101011010111100010100110001001111011101011100100001011000111101011100111111001111101000010 | e792b5e2989eeb90b1eb9f9f42 |
UHC | 璵☞됱럟B | 111001101010010110100010110100011000100111101100100011101000001001000010 | e6a5a2d189ec8e8242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)