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 | 才?依莖?? | 100011011100101100111111100010001100101111100100101100010011111100111111 | 8dcb3f88cbe4b13f3f |
EUC-JP | 才?依莖?? | 101110101100110100111111101100001100110111101000101100110011111100111111 | bacd3fb0cde8b33f3f |
UTF-8 | 才렭依莖렦렏 | 111001101000100110001101111010111010000010101101111001001011111010011101111010001000111010010110111010111010000010100110111010111010000010001111 | e6898deba0ade4be9de88e96eba0a6eba08f |
UHC | 才렭依莖렦렏 | 111011101010011010001110101110101110101111101110110011001110110010001110101101011000111010100101 | eea68ebaebeeccec8eb58ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)