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 | "雫鱸蒔 | 11111010010101111000111010110100111010011110011110001110101010101111000010111000 | fa578eb4e9e78eaaf0b8 |
EUC-JP | ?雫鱸蒔? | 0011111110111100101101101111001011101001101111001010110000111111 | 3fbcb6f2e9bcac3f |
UTF-8 | "雫鱸蒔 | 111011111011110010000010111010011001101110101011111010011011000110111000111010001001001010010100111011101000000110110111 | efbc82e99babe9b1b8e89294ee81b7 |
UHC | "??蒔? | 10100011101000100011111100111111111000111100100000111111 | a3a23f3fe3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)