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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譁懍荻 | 111001101001011010011100111011001000100110101100 | e6969cec89ac |
EUC-JP | 譁懍荻 | 111010111111011011011000111011101011001010101110 | ebf6d8eeb2ae |
UTF-8 | 譁懍荻 | 111010001010110110000001111001101000011110001101111010001000110110111011 | e8ad81e6878de88dbb |
UHC | 譁?荻 | 1111110010100110001111111110111011100010 | fca63feee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)