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 | 晨??術 | 100111011110110100111111001111111000111101110000 | 9ded3f3f8f70 |
EUC-JP | 晨??術 | 110110101110111100111111001111111011110111010001 | daef3f3fbdd1 |
UTF-8 | 晨굞댉術 | 111001101001100110101000111010101011010110011110111010111000110010001001111010001010000110010011 | e699a8eab59eeb8c89e8a193 |
UHC | 晨굞댉術 | 1110001111100111100000101000011010001000101100101110001011111010 | e3e7828688b2e2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)