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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 諶図諶須^ | 111110111010101010010000011111011111101110101010100100000111101101011110 | fbaa907dfbaa907b5e |
EUC-JP | 諶図諶須^ | 1000111111011110101101011011111111011110100011111101111010110101101111111101110001011110 | 8fdeb5bfde8fdeb5bfdc5e |
UTF-8 | 諶図諶須^ | 11101000101010111011011011100101100110111011001111101000101010111011011011101001101000001000100001011110 | e8abb6e59bb3e8abb6e9a0885e |
UHC | 諶?諶須^ | 1110010010100110001111111110010010100110111000101100111001011110 | e4a63fe4a6e2ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)