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 | 蟒図蟒須^ | 111001011011101110010000011111011110010110111011100100000111101101011110 | e5bb907de5bb907b5e |
EUC-JP | 蟒図蟒須^ | 111010101011110110111111110111101110101010111101101111111101110001011110 | eabdbfdeeabdbfdc5e |
UTF-8 | 蟒図蟒須^ | 11101000100111111001001011100101100110111011001111101000100111111001001011101001101000001000100001011110 | e89f92e59bb3e89f92e9a0885e |
UHC | ???須^ | 001111110011111100111111111000101100111001011110 | 3f3f3fe2ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)