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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???痍②。 | 001111110011111100111111111000010111011110000111010000011000000101000010 | 3f3f3fe17787418142 |
EUC-JP | 濚??痍?。 | 10001111110010011010000100111111001111111110000111011000001111111010000110100011 | 8fc9a13f3fe1d83fa1a3 |
UTF-8 | 濚믥쭅痍②。 | 111001101011111110011010111010111010111110100101111011001010110110000101111001111001011110001101111000101001000110100001111000111000000010000010 | e6bf9aebafa5ecad85e7978de291a1e38082 |
UHC | 濚믥쭅痍②。 | 111001111011100110010010111001111010011110000001111011001011011110101000111010001010000110100011 | e7b992e7a781ecb7a8e8a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)