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 | 嚥〓?誼?┨ | 10011010100010111000000110101100001111111000101101100010001111111000010010110111 | 9a8b81ac3f8b623f84b7 |
EUC-JP | 嚥〓?誼?┨ | 11010011111010111010001010101110001111111011010111000011001111111010100010111001 | d3eba2ae3fb5c33fa8b9 |
UTF-8 | 嚥〓씭誼듸┨ | 111001011001101010100101111000111000000010010011111011001001010010101101111010001010101010111100111010111001001110111000111000101001010010101000 | e59aa5e38093ec94ade8aabceb93b8e294a8 |
UHC | 嚥〓씭誼듸┨ | 111001101011111110100001111010111001110110111110111010111111111010110101111011111010011010111001 | e6bfa1eb9dbeebfeb5efa6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)