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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鵰ラ鈞、 | 111111000100011111010111111001111110000010100100 | fc47d7e7e0a4 |
EUC-JP | 鵰ラ鈞、 | 100011111110101111111011100011101101011111101110111000101000111010100100 | 8febfb8ed7eee28ea4 |
UTF-8 | 鵰ラ鈞、 | 111010011011010110110000111011111011111010010111111010011000100010011110111011111011110110100100 | e9b5b0efbe97e9889eefbda4 |
UHC | ??鈞? | 0011111100111111110100001011011100111111 | 3f3fd0b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)