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 | 琉띤뭷葯뚦떼 | 111011111010011110001100111010111001110110100100111010111010110110110111111010001001000110101111111010111001101010100110111010111001011010111100 | efa78ceb9da4ebadb7e891afeb9aa6eb96bc |
UHC | 琉띤뭷葯뚦떼 | 111010111010010010110110111011011001001010000110111001011011010110001100111001011011011010111100 | eba4b6ed9286e5b58ce5b6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)