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 | 逡壌ク川僚諢 | 1110011110010101100011111110101110111000100100001110110010010111101110111110011010000100 | e7958febb890ec97bbe684 |
EUC-JP | 逡壌ク川僚諢 | 111011011111010110111110111011011000111010111000110000001110111011001110101111011110101111100100 | edf5beed8eb8c0eecebdebe4 |
UTF-8 | 逡壌ク川僚諢 | 111010011000000010100001111001011010001110001100111011111011110110111000111001011011011110011101111001011000001110011010111010001010101110100010 | e980a1e5a38cefbdb8e5b79de5839ae8aba2 |
UHC | 逡??川僚? | 111100011110010000111111001111111111010010111001110101101111011000111111 | f1e43f3ff4b9d6f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)