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 | 鬘・譴「 | 111010011010000110100101111001101010001010100010 | e9a1a5e6a2a2 |
EUC-JP | 鬘・譴「 | 1111001010100011100011101010010111101100101001001000111010100010 | f2a38ea5eca48ea2 |
UTF-8 | 鬘・譴「 | 111010011010110010011000111011111011110110100101111010001010110110110100111011111011110110100010 | e9ac98efbda5e8adb4efbda2 |
UHC | ??譴? | 0011111100111111110011001011100100111111 | 3f3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)