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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 諶僉諶僉B | 111110111010101010011001010000001111101110101010100110010100000001000010 | fbaa9940fbaa994042 |
EUC-JP | 諶僉諶僉B | 1000111111011110101101011101000110100001100011111101111010110101110100011010000101000010 | 8fdeb5d1a18fdeb5d1a142 |
UTF-8 | 諶僉諶僉B | 11101000101010111011011011100101100000111000100111101000101010111011011011100101100000111000100101000010 | e8abb6e58389e8abb6e5838942 |
UHC | 諶僉諶僉B | 111001001010011011110100110100101110010010100110111101001101001001000010 | e4a6f4d2e4a6f4d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)