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 | ???葯?? | 00111111001111110011111111100100110111100011111100111111 | 3f3f3fe4de3f3f |
EUC-JP | ???葯?? | 00111111001111110011111111101000111000000011111100111111 | 3f3f3fe8e03f3f |
UTF-8 | 琉띤뱿葯뚧뼆 | 111011111010011110001100111010111001110110100100111010111011000110111111111010001001000110101111111010111001101010100111111010111011110010000110 | efa78ceb9da4ebb1bfe891afeb9aa7ebbc86 |
UHC | 琉띤뱿葯뚧뼆 | 111010111010010010110110111011011001001110100101111001011011010110001100111001101001011010010000 | eba4b6ed93a5e5b58ce69690 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)