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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逡壌ク作鎌 | 111001111001010110001111111010111011100010001101111011001000101010011001 | e7958febb88dec8a99 |
EUC-JP | 逡壌ク作鎌 | 11101101111101011011111011101101100011101011100010111010111011101011001111111001 | edf5beed8eb8baeeb3f9 |
UTF-8 | 逡壌ク作鎌 | 111010011000000010100001111001011010001110001100111011111011110110111000111001001011110110011100111010011000111010001100 | e980a1e5a38cefbdb8e4bd9ce98e8c |
UHC | 逡??作鎌 | 1111000111100100001111110011111111101101110000101100110011000111 | f1e43f3fedc2ccc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)