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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 源?弔?紆?B | 10001100101110010011111110010010101000100011111111100010111111000011111101000010 | 8cb93f92a23fe2fc3f42 |
EUC-JP | 源?弔?紆?B | 10111000101110110011111111000100101001000011111111100100111111100011111101000010 | b8bb3fc4a43fe4fe3f42 |
UTF-8 | 源렰弔렲紆렣B | 11100110101110101001000011101011101000001011000011100101101111001001010011101011101000001011001011100111101101001000011011101011101000001010001101000010 | e6ba90eba0b0e5bc94eba0b2e7b486eba0a342 |
UHC | 源렰弔렲紆렣B | 11101010101110011000111010111101111100001100000010001110101111111110100111100001100011101011010001000010 | eab98ebdf0c08ebfe9e18eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)