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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?躁?碩? | 00111111111001110100111000111111100100001101011100111111 | 3fe74e3f90d73f |
EUC-JP | ?躁?碩? | 00111111111011011010111100111111110000001101100100111111 | 3fedaf3fc0d93f |
UTF-8 | 솰躁솎碩溺 | 111011001000011010110000111010001011101010000001111011001000011010001110111001111010001010101001111011111010011110101100 | ec86b0e8ba81ec868ee7a2a9efa7ac |
UHC | 솰躁솎碩溺 | 10111100111000001111000011100010101111001101010011100000101101011110110011001010 | bce0f0e2bcd4e0b5ecca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)