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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 關凪扱謦シ | 111010001001000010010011111000101000100010110101111001101001001010111100 | e89093e288b5e692bc |
EUC-JP | 關凪扱謦シ | 11101111111100001100011011100100101100001011011111101011111100101000111010111100 | eff0c6e4b0b7ebf28ebc |
UTF-8 | 關凪扱謦シ | 111010011001011110011100111001011000011110101010111001101000100110110001111010001010110010100110111011111011110110111100 | e9979ce587aae689b1e8aca6efbdbc |
UHC | 關?扱?? | 11001110101111000011111111010000111000100011111100111111 | cebc3fd0e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)