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 | 蠇竺霖 | 111110111010000110001110101100011110100011000001 | fba18eb1e8c1 |
EUC-JP | ?竺霖 | 0011111110111100101100111111000011000011 | 3fbcb3f0c3 |
UTF-8 | 蠇竺霖 | 111010001010000010000111111001111010101110111010111010011001110010010110 | e8a087e7abbae99c96 |
UHC | ?竺霖 | 0011111111110101111001111101011111111101 | 3ff5e7d7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)