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 | 受〓5? | 10001110111100111000000110101100100000100101010000111111 | 8ef381ac82543f |
EUC-JP | 受〓5? | 10111100111101011010001010101110101000111011010100111111 | bcf5a2aea3b53f |
UTF-8 | 受〓5劉 | 111001011000111110010111111000111000000010010011111011111011110010010101111011111010011110000111 | e58f97e38093efbc95efa787 |
UHC | 受〓5劉 | 1110000111110100101000011110101110100011101101011110101011100101 | e1f4a1eba3b5eae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)