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 | ÓÖEÓÖEB | 11010011110101100100010111010011110101100100010101000010 | d3d645d3d64542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ÓÖEÓÖEB | 100011111010101011010001100011111010101011010011010001011000111110101010110100011000111110101010110100110100010101000010 | 8faad18faad3458faad18faad34542 |
UTF-8 | ÓÖEÓÖEB | 1100001110010011110000111001011001000101110000111001001111000011100101100100010101000010 | c393c39645c393c3964542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)