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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耀??偕? | 10010111011100110011111100111111100110001111000100111111 | 97733f3f98f13f |
EUC-JP | 耀??偕? | 11001101110101000011111100111111110100001111001100111111 | cdd43f3fd0f33f |
UTF-8 | 耀붴꽒偕띌 | 111010001000000010000000111010111011011010110100111010101011110110010010111001011000000110010101111010111001110110001100 | e88080ebb6b4eabd92e58195eb9d8c |
UHC | 耀붴꽒偕띌 | 11101001101001011001010011100010100001001010000111111010101001011011011011101001 | e9a594e284a1faa5b6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)