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 | 灼鴫 | 100011101101110011110010111101011000111010110000 | 8edcf2f58eb0 |
EUC-JP | 灼?鴫 | 1011110011011110001111111011110010110010 | bcde3fbcb2 |
UTF-8 | 灼鴫 | 111001111000000110111100111011101000100010101100111010011011010010101011 | e781bcee88ace9b4ab |
UHC | 灼?? | 11101101110001110011111100111111 | edc73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)