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 | 籥賀ぜ | 111000101101111010001001111010101000001010111010 | e2de89ea82ba |
EUC-JP | 籥賀ぜ | 111001001110000010110010111011001010010010111100 | e4e0b2eca4bc |
UTF-8 | 籥賀ぜ | 111001111011000110100101111010001011001110000000111000111000000110011100 | e7b1a5e8b380e3819c |
UHC | ?賀ぜ | 0011111111111001110001011010101010111100 | 3ff9c5aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)