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 | ú´³ByB | 111110101011010010110011010000100111100101000010 | fab4b3427942 |
SJIS-WIN | ?´?ByB | 00111111100000010100110000111111010000100111100101000010 | 3f814c3f427942 |
EUC-JP | ú´?ByB | 100011111010101111100010101000011010110100111111010000100111100101000010 | 8fabe2a1ad3f427942 |
UTF-8 | ú´³ByB | 110000111011101011000010101101001100001010110011010000100111100101000010 | c3bac2b4c2b3427942 |
UHC | ?´³ByB | 0011111110100010101001011010100111111000010000100111100101000010 | 3fa2a5a9f8427942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)