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 | 畯訥?彦?駿 | 11111011011011111110011001100011001111111001010101000110001111111000111101111000 | fb6fe6633f95463f8f78 |
EUC-JP | 畯訥?彦?駿 | 1000111111001101101110111110101111000100001111111100100110100111001111111011110111011001 | 8fcdbbebc43fc9a73fbdd9 |
UTF-8 | 畯訥떻彦렊駿 | 111001111001010110101111111010001010100010100101111010111001011010111011111001011011110110100110111010111010000010001010111010011010011110111111 | e795afe8a8a5eb96bbe5bda6eba08ae9a7bf |
UHC | 畯訥떻彦렊駿 | 111100011110000111010010111011011011011010111011111001011110100110001110101000011111000111100111 | f1e1d2edb6bbe5e98ea1f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)