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 | 称è | 111001111010011110110000111010001000110110000000 | e7a7b0e88d80 |
SJIS-WIN | ?§°??? | 0011111110000001100110001000000110001011001111110011111100111111 | 3f8198818b3f3f3f |
EUC-JP | 称è?? | 100011111010101110101110101000011111100010100001111010111000111110101011101100100011111100111111 | 8fabaea1f8a1eb8fabb23f3f |
UTF-8 | 称è | 110000111010011111000010101001111100001010110000110000111010100011000010100011011100001010000000 | c3a7c2a7c2b0c3a8c28dc280 |
UHC | ?§°??? | 0011111110100001110101111010000111000110001111110011111100111111 | 3fa1d7a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)