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 | 淏晁樗鞴 | 1111101101000010100111011110100010010010100101001110100011100100 | fb429de89294e8e4 |
EUC-JP | 淏晁樗鞴 | 100011111100011111011001110110101110101011000011111101001111000011100110 | 8fc7d9daeac3f4f0e6 |
UTF-8 | 淏晁樗鞴 | 111001101011011110001111111001101001100110000001111001101010100010010111111010011001111010110100 | e6b78fe69981e6a897e99eb4 |
UHC | 淏晁樗? | 11111011110010001111000011000101111011101100000000111111 | fbc8f0c5eec03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)