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 | 霍よ㏍譏取カ | 1110100010110111100000101110011010000111100000111110011010011000100011101110011010110110 | e8b782e68783e6988ee6b6 |
EUC-JP | 霍よ?譏取カ | 1111000010111001101001001110100000111111111010111111100010111100111010001000111010110110 | f0b9a4e83febf8bce88eb6 |
UTF-8 | 霍よ㏍譏取カ | 111010011001110010001101111000111000001010001000111000111000111110001101111010001010110110001111111001011000111110010110111011111011110110110110 | e99c8de38288e38f8de8ad8fe58f96efbdb6 |
UHC | ?よ?譏取? | 001111111010101011101000001111111101000111000001111101101010001000111111 | 3faae83fd1c1f6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)