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 | 茘頑下 | 111001001010101110001010111001101000100110111010 | e4ab8ae689ba |
EUC-JP | 茘頑下 | 111010001010110110110100111010001011001010111100 | e8adb4e8b2bc |
UTF-8 | 茘頑下 | 111010001000110010011000111010011010000010010001111001001011100010001011 | e88c98e9a091e4b88b |
UHC | ?頑下 | 0011111111101000110101111111100110111011 | 3fe8d7f9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)