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 | 只???只? | 1001000111111100001111110011111100111111100100011111110000111111 | 91fc3f3f3f91fc3f |
EUC-JP | 只???只? | 1100001011111110001111110011111100111111110000101111111000111111 | c2fe3f3f3fc2fe3f |
UTF-8 | 只€렲렱只렑 | 111001011000111110101010111000101000001010101100111010111010000010110010111010111010000010110001111001011000111110101010111010111010000010010001 | e58faae282aceba0b2eba0b1e58faaeba091 |
UHC | 只€렲렱只렑 | 111100011111111010100010111001101000111010111111100011101011111011110001111111101000111010100110 | f1fea2e68ebf8ebef1fe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)