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 | 汯ォ褝カ | 111110101111100010101011111001011111101010110110 | faf8abe5fab6 |
EUC-JP | 汯ォ褝カ | 100011111100011011100011100011101010101111101010111111001000111010110110 | 8fc6e38eabeafc8eb6 |
UTF-8 | 汯ォ褝カ | 111001101011000110101111111011111011110110101011111010001010010010011101111011111011110110110110 | e6b1afefbdabe8a49defbdb6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)