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 | 螯頑サ | 1110010110100110100010101110011010111011 | e5a68ae6bb |
EUC-JP | 螯頑サ | 111010101010100010110100111010001000111010111011 | eaa8b4e88ebb |
UTF-8 | 螯頑サ | 111010001001111010101111111010011010000010010001111011111011110110111011 | e89eafe9a091efbdbb |
UHC | ?頑? | 00111111111010001101011100111111 | 3fe8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)