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 | 碇??莎?? | 1001001011110100001111110011111111100100101100110011111100111111 | 92f43f3fe4b33f3f |
EUC-JP | 碇??莎?? | 1100010011110110001111110011111111101000101101010011111100111111 | c4f63f3fe8b53f3f |
UTF-8 | 碇쯧렱莎렦렖 | 111001111010001010000111111011001010111110100111111010111010000010110001111010001000111010001110111010111010000010100110111010111010000010010110 | e7a287ecafa7eba0b1e88e8eeba0a6eba096 |
UHC | 碇쯧렱莎렦렖 | 111011111110110111000010111011001000111010111110110111101110110110001110101101011000111010101011 | efedc2ec8ebedeed8eb58eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)