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 | 熊警???? | 1000110001000110100011000111100000111111001111110011111100111111 | 8c468c783f3f3f3f |
EUC-JP | 熊警???? | 1011011110100111101101111101100100111111001111110011111100111111 | b7a7b7d93f3f3f3f |
UTF-8 | 熊警렗쿄렟렯 | 111001111000011010001010111010001010110110100110111010111010000010010111111011001011111110000100111010111010000010011111111010111010000010101111 | e7868ae8ada6eba097ecbf84eba09feba0af |
UHC | 熊警렗쿄렟렯 | 111010101010100011001100111011011000111010101100110001001110110010001110101100001000111010111100 | eaa8cced8eacc4ec8eb08ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)