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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 芦貊? | 1000100010110000111001101011101100111111 | 88b0e6bb3f |
EUC-JP | 芦貊? | 1011000010110010111011001011110100111111 | b0b2ecbd3f |
UTF-8 | 芦貊껜 | 111010001000101010100110111010001011001010001010111010101011101110011100 | e88aa6e8b28aeabb9c |
UHC | 芦貊껜 | 111110111101100011011000111001111011001010110100 | fbd8d8e7b2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)