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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 騾オ讓呈升 | 111010011000000010110101111001101010100010010010111001101000111110100001 | e980b5e6a892e68fa1 |
EUC-JP | 騾オ讓呈升 | 11110001111000001000111010110101111011001010101011000100111010001011111010100011 | f1e08eb5ecaac4e8bea3 |
UTF-8 | 騾オ讓呈升 | 111010011010100010111110111011111011110110110101111010001010111010010011111001011001000110001000111001011000110110000111 | e9a8beefbdb5e8ae93e59188e58d87 |
UHC | ??讓呈升 | 0011111100111111111001011101001111101111110100001110001110101110 | 3f3fe5d3efd0e3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)