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 | µ½ß÷× | 1011010110111101110111111111011111010111 | b5bddff7d7 |
SJIS-WIN | ???÷× | 00111111001111110011111110000001100000001000000101111110 | 3f3f3f8180817e |
EUC-JP | ??ß÷× | 001111110011111110001111101010011100111010100001111000001010000111011111 | 3f3f8fa9cea1e0a1df |
UTF-8 | µ½ß÷× | 11000010101101011100001010111101110000111001111111000011101101111100001110010111 | c2b5c2bdc39fc3b7c397 |
UHC | ?½ß÷× | 001111111010100011110110101010011010110010100001110000001010000110111111 | 3fa8f6a9aca1c0a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)