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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 沃????BF | 1001011110000000001111110011111100111111001111110100001001000110 | 97803f3f3f3f4246 |
EUC-JP | 沃????BF | 1100110111100000001111110011111100111111001111110100001001000110 | cde03f3f3f3f4246 |
UTF-8 | 沃겼겢呂몂BF | 1110011010110010100000111110101010110010101111001110101010110010101000101110111110100110100000001110101110101010100000100100001001000110 | e6b283eab2bceab2a2efa680ebaa824246 |
UHC | 沃겼겢呂몂BF | 111010001010101010110000111001011000000110110100111001011111101110010001011011110100001001000110 | e8aab0e581b4e5fb916f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)