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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隰仙ー紋 | 11101000101011001001000011100101101100001001011011100100 | e8ac90e5b096e4 |
EUC-JP | 隰仙ー紋 | 1111000010101110110000001110011110001110101100001100110011100110 | f0aec0e78eb0cce6 |
UTF-8 | 隰仙ー紋 | 111010011001101010110000111001001011101110011001111011111011110110110000111001111011010010001011 | e99ab0e4bb99efbdb0e7b48b |
UHC | ?仙?紋 | 001111111110000010111001001111111101101010100011 | 3fe0b93fdaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)