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 | 倭??曖? | 10011000011000000011111100111111100111100100001000111111 | 98603f3f9e423f |
EUC-JP | 倭??曖? | 11001111110000010011111100111111110110111010001100111111 | cfc13f3fdba33f |
UTF-8 | 倭롣틫曖긺 | 111001011000000010101101111010111010000110100011111011011000101110101011111001101001101110010110111010101011100010111010 | e580adeba1a3ed8babe69b96eab8ba |
UHC | 倭롣틫曖긺 | 11101000110111101000111011100100101110101001010111100100111100101011000111100111 | e8de8ee4ba95e4f2b1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)