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 | 浯咲芦 | 111110101111110010001101111001111000100010110000 | fafc8de788b0 |
EUC-JP | 浯咲芦 | 10001111110001111100001110111010111010011011000010110010 | 8fc7c3bae9b0b2 |
UTF-8 | 浯咲芦 | 111001101011010110101111111001011001001010110010111010001000101010100110 | e6b5afe592b2e88aa6 |
UHC | ??芦 | 00111111001111111111101111011000 | 3f3ffbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)