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 | 肭暑郡瑩 | 1110001111101011100011111000101110001100010100111110000011110000 | e3eb8f8b8c53e0f0 |
EUC-JP | 肭暑郡瑩 | 1110011011101101101111011110101110110111101101001110000011110010 | e6edbdebb7b4e0f2 |
UTF-8 | 肭暑郡瑩 | 111010001000001010101101111001101001101010010001111010011000001110100001111001111001000110101001 | e882ade69a91e983a1e791a9 |
UHC | ?暑郡瑩 | 00111111110111111111010011001111110110111111101110101001 | 3fdff4cfdbfba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)