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 | 霍よ㏍褻取 | 11101000101101111000001011100110100001111000001111100101111101101000111011100110 | e8b782e68783e5f68ee6 |
EUC-JP | 霍よ?褻取 | 111100001011100110100100111010000011111111101010111110001011110011101000 | f0b9a4e83feaf8bce8 |
UTF-8 | 霍よ㏍褻取 | 111010011001110010001101111000111000001010001000111000111000111110001101111010001010010010111011111001011000111110010110 | e99c8de38288e38f8de8a4bbe58f96 |
UHC | ?よ?褻取 | 0011111110101010111010000011111111100000111000011111011010100010 | 3faae83fe0e1f6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)