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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 逡壌イ珠ィソB | 11100111100101011000111111101011101100101000111011101100101010001011111101000010 | e7958febb28eeca8bf42 |
EUC-JP | 逡壌イ珠ィソB | 11101101111101011011111011101101100011101011001010111100111011101000111010101000100011101011111101000010 | edf5beed8eb2bcee8ea88ebf42 |
UTF-8 | 逡壌イ珠ィソB | 11101001100000001010000111100101101000111000110011101111101111011011001011100111100011111010000011101111101111011010100011101111101111011011111101000010 | e980a1e5a38cefbdb2e78fa0efbda8efbdbf42 |
UHC | 逡??珠??B | 111100011110010000111111001111111111000111000001001111110011111101000010 | f1e43f3ff1c13f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)