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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 號頭紋 | 111001010110101010010011101010101001011011100100 | e56a93aa96e4 |
EUC-JP | 號頭紋 | 111010011100101111000110101011001100110011100110 | e9cbc6accce6 |
UTF-8 | 號頭紋 | 111010001001100110011111111010011010000010101101111001111011010010001011 | e8999fe9a0ade7b48b |
UHC | 號頭紋 | 111110111101110011010100111010011101101010100011 | fbdcd4e9daa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)