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 | ???而?? | 00111111001111110011111110001110101001110011111100111111 | 3f3f3f8ea73f3f |
EUC-JP | ???而?? | 00111111001111110011111110111100101010010011111100111111 | 3f3f3fbca93f3f |
UTF-8 | 力녹떑而잒돳 | 111011111010011010001010111010111000010110111001111010111001011010010001111010001000000010001100111011001001111010010010111010111000111110110011 | efa68aeb85b9eb9691e8808cec9e92eb8fb3 |
UHC | 力녹떑而잒돳 | 111001101011001110110011111011001000101110100111111011001011101110011111111010001000100110110110 | e6b3b3ec8ba7ecbb9fe889b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)