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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 凉㏝젺溜띴퐜 | 111011111010010110111001111000111000111110011101111011001010000010111010111011111010011110001011111010111001110110110100111011011001000010011100 | efa5b9e38f9deca0baefa78beb9db4ed909c |
UHC | 凉㏝젺溜띴퐜 | 111001011011110010100111111010011010000010101101111010101111111010001101111001001011110110000110 | e5bca7e9a0adeafe8de4bd86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)