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 | 兀??蘖? | 10011001010110010011111100111111100111110101000000111111 | 99593f3f9f503f |
EUC-JP | 兀??蘖? | 11010001101110100011111100111111110111011011000100111111 | d1ba3f3fddb13f |
UTF-8 | 兀믢튊蘖볣 | 111001011000010110000000111010111010111110100010111011011000101010001010111010001001100010010110111010111011001110100011 | e58580ebafa2ed8a8ae89896ebb3a3 |
UHC | 兀믢튊蘖볣 | 11101000101101001001001011100100101110011001111011100101111011101001001111101001 | e8b492e4b99ee5ee93e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)