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 | 野??雅 | 100101101110110000111111001111111000100111101011 | 96ec3f3f89eb |
EUC-JP | 野??雅 | 110011001110111000111111001111111011001011101101 | ccee3f3fb2ed |
UTF-8 | 野볦궓雅 | 111010011000011110001110111010111011001110100110111010101011011010010011111010011001101110000101 | e9878eebb3a6eab693e99b85 |
UHC | 野볦궓雅 | 1110010110101111100100111110110010000010101010001110010010111010 | e5af93ec82a8e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)