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 | �? | 11101100101001110011111100111111 | eca73f3f |
SJIS-WIN | ?§@蹕 | 00111111100000011001100010000001100101111110011101001010 | 3f81988197e74a |
EUC-JP | ì§@蹕 | 100011111010101111000000101000011111100010100001111101111110110110101011 | 8fabc0a1f8a1f7edab |
UTF-8 | ì§@蹕 | 11000011101011001100001010100111111011111011110010100000111010001011100110010101 | c3acc2a7efbca0e8b995 |
UHC | ?§@? | 001111111010000111010111101000111100000000111111 | 3fa1d7a3c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)