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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逡壌ク尖「セ | 111001111001010110001111111010111011100010010000111010111010001010111110 | e7958febb890eba2be |
EUC-JP | 逡壌ク尖「セ | 111011011111010110111110111011011000111010111000110000001110110110001110101000101000111010111110 | edf5beed8eb8c0ed8ea28ebe |
UTF-8 | 逡壌ク尖「セ | 111010011000000010100001111001011010001110001100111011111011110110111000111001011011000010010110111011111011110110100010111011111011110110111110 | e980a1e5a38cefbdb8e5b096efbda2efbdbe |
UHC | 逡??尖?? | 1111000111100100001111110011111111110100110100110011111100111111 | f1e43f3ff4d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)