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 | 隰碑崟繩ァ | 111010001010110010010100111010001001101110111110111000111000101010100111 | e8ac94e89bbee38aa7 |
EUC-JP | 隰碑崟繩ァ | 11110000101011101100100011101010110101101100000011100101111010101000111010100111 | f0aec8ead6c0e5ea8ea7 |
UTF-8 | 隰碑崟繩ァ | 111010011001101010110000111001111010001010010001111001011011010010011111111001111011100110101001111011111011110110100111 | e99ab0e7a291e5b49fe7b9a9efbda7 |
UHC | ?碑?繩? | 00111111110111011111100000111111111000111011000100111111 | 3fddf83fe3b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)