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 | ¾«ÌÔ | 101111101010101110001110110011001000111111010100 | beab8ecc8fd4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???Ì?Ô | 00111111001111110011111110001111101010101100000000111111100011111010101011010100 | 3f3f3f8faac03f8faad4 |
UTF-8 | ¾«ÌÔ | 110000101011111011000010101010111100001010001110110000111000110011000010100011111100001110010100 | c2bec2abc28ec38cc28fc394 |
UHC | ¾????? | 10101000111110100011111100111111001111110011111100111111 | a8fa3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)