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 | 隰仙ー門擠 | 111010001010110010010000111001011011000010010110111001011001110110101001 | e8ac90e5b096e59da9 |
EUC-JP | 隰仙ー門擠 | 11110000101011101100000011100111100011101011000011001100111001111101101010101011 | f0aec0e78eb0cce7daab |
UTF-8 | 隰仙ー門擠 | 111010011001101010110000111001001011101110011001111011111011110110110000111010011001011010000000111001101001001110100000 | e99ab0e4bb99efbdb0e99680e693a0 |
UHC | ?仙?門? | 00111111111000001011100100111111110110101010011000111111 | 3fe0b93fdaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)