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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮓ッ甯転 | 11101001101101101010111111111010101010001001001101011101 | e9b6affaa8935d |
EUC-JP | 鮓ッ甯転 | 111100101011100010001110101011111000111111001101101010101100010110111110 | f2b88eaf8fcdaac5be |
UTF-8 | 鮓ッ甯転 | 111010011010111010010011111011111011110110101111111001111001010010101111111010001011101110100010 | e9ae93efbdafe794afe8bba2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)