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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼎?愼瀨? | 1001001101000011001111111001110011000100111110110101000000111111 | 93433f9cc4fb503f |
EUC-JP | 鼎?愼?? | 11000101101001000011111111011000110001100011111100111111 | c5a43fd8c63f3f |
UTF-8 | 鼎렊愼瀨龜 | 111010011011110010001110111010111010000010001010111001101000010010111100111001111000000010101000111011111010010010000111 | e9bc8eeba08ae684bce780a8efa487 |
UHC | 鼎렊愼瀨龜 | 11110000101000111000111010100001111000111110010111010110111011101101000010100010 | f0a38ea1e3e5d6eed0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)