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 | 将筍澁 | 100011111010101111100010101000011110000001000110 | 8fabe2a1e046 |
EUC-JP | 将筍澁 | 101111101010110111100100101000111101111110100111 | beade4a3dfa7 |
UTF-8 | 将筍澁 | 111001011011000010000110111001111010110110001101111001101011111010000001 | e5b086e7ad8de6be81 |
UHC | ?筍澁 | 0011111111100010111011001101111110111011 | 3fe2ecdfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)