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 | 霍よ㏍褻取カ | 1110100010110111100000101110011010000111100000111110010111110110100011101110011010110110 | e8b782e68783e5f68ee6b6 |
EUC-JP | 霍よ?褻取カ | 1111000010111001101001001110100000111111111010101111100010111100111010001000111010110110 | f0b9a4e83feaf8bce88eb6 |
UTF-8 | 霍よ㏍褻取カ | 111010011001110010001101111000111000001010001000111000111000111110001101111010001010010010111011111001011000111110010110111011111011110110110110 | e99c8de38288e38f8de8a4bbe58f96efbdb6 |
UHC | ?よ?褻取? | 001111111010101011101000001111111110000011100001111101101010001000111111 | 3faae83fe0e1f6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)