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 | 遼녶퇌凉딁뭣 | 111011111010011110000011111010111000010110110110111011011000011110001100111011111010010110111001111010111001010010000001111010111010110110100011 | efa783eb85b6ed878cefa5b9eb9481ebada3 |
UHC | 遼녶퇌凉딁뭣 | 111010011010110010000110111001011011011110011101111001011011110010001010111001111011100110111101 | e9ac86e5b79de5bc8ae7b9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)