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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | 域?¨柔 | 10001000111001100011111110000001010011101000111101011111 | 88e63f814e8f5f |
EUC-JP | 域?¨柔 | 10110000111010000011111110100001101011111011110111000000 | b0e83fa1afbdc0 |
UTF-8 | 域띕¨柔 | 1110010110011111100111111110101110011101100101011100001010101000111001101001111110010100 | e59f9feb9d95c2a8e69f94 |
UHC | 域띕¨柔 | 1110011010110100101101101110101110100001101001111110101011110101 | e6b4b6eba1a7eaf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)