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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??├壯富 | 0011111100111111100001001010010110011010111000011001010101111000 | 3f3f84a59ae19578 |
EUC-JP | ??├壯富 | 0011111100111111101010001010011111010100111000111100100111011001 | 3f3fa8a7d4e3c9d9 |
UTF-8 | 吏흔├壯富 | 111011111010011110011110111011011001110110010100111000101001010010011100111001011010001110101111111001011010111110001100 | efa79eed9d94e2949ce5a3afe5af8c |
UHC | 吏흔├壯富 | 11101100101001111100100011100111101001101010011111101101111000001101110110100011 | eca7c8e7a6a7ede0dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)