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 | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | ???淫?@B | 0011111100111111001111111000100011111010001111110100000001000010 | 3f3f3f88fa3f4042 |
EUC-JP | ???淫?@B | 0011111100111111001111111011000011111100001111110100000001000010 | 3f3f3fb0fc3f4042 |
UTF-8 | 溜깅젡淫쨐@B | 1110111110100111100010111110101010111001100001011110110010100000101000011110011010110111101010111110110010101000100100000100000001000010 | efa78beab985eca0a1e6b7abeca8904042 |
UHC | 溜깅젡淫쨐@B | 111010101111111010110001111010111010000010011010111010111110001010100100011001110100000001000010 | eafeb1eba09aebe2a4674042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)