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 | 霍よ㏍褻朱 | 11101000101101111000001011100110100001111000001111100101111101101000111011101001 | e8b782e68783e5f68ee9 |
EUC-JP | 霍よ?褻朱 | 111100001011100110100100111010000011111111101010111110001011110011101011 | f0b9a4e83feaf8bceb |
UTF-8 | 霍よ㏍褻朱 | 111010011001110010001101111000111000001010001000111000111000111110001101111010001010010010111011111001101001110010110001 | e99c8de38288e38f8de8a4bbe69cb1 |
UHC | ?よ?褻朱 | 0011111110101010111010000011111111100000111000011111000110111001 | 3faae83fe0e1f1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)