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 | 奝リ鯲タ痔 | 11111010101000101101100011101001110011001100000011110001111001101000111010100100 | faa2d8e9ccc0f1e68ea4 |
EUC-JP | 奝リ鯲タ?痔 | 100011111011100011111000100011101101100011110010110011101000111011000000001111111011110010100110 | 8fb8f88ed8f2ce8ec03fbca6 |
UTF-8 | 奝リ鯲タ痔 | 111001011010010110011101111011111011111010011000111010011010111110110010111011111011111010000000111011101000010110100001111001111001011110010100 | e5a59defbe98e9afb2efbe80ee85a1e79794 |
UHC | ?????痔 | 00111111001111110011111100111111001111111111011011000000 | 3f3f3f3f3ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)