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 | ?紗???? | 00111111100011101101000100111111001111110011111100111111 | 3f8ed13f3f3f3f |
EUC-JP | 珽紗???? | 100011111100101111111110101111001101001100111111001111110011111100111111 | 8fcbfebcd33f3f3f3f |
UTF-8 | 珽紗렗골렰렦 | 111001111000111110111101111001111011010010010111111010111010000010010111111010101011001110101000111010111010000010110000111010111010000010100110 | e78fbde7b497eba097eab3a8eba0b0eba0a6 |
UHC | 珽紗렗골렰렦 | 111011111110101011011110111010011000111010101100101100001111000110001110101111011000111010110101 | efeadee98eacb0f18ebd8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)