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 | 。鰲 | 11110001110001001010000111110011111111001110100111100000 | f1c4a1f3fce9e0 |
EUC-JP | ?。?鰲 | 001111111000111010100001001111111111001011100010 | 3f8ea13ff2e2 |
UTF-8 | 。鰲 | 111011101000010010111111111011111011110110100001111011101000101110101111111010011011000010110010 | ee84bfefbda1ee8bafe9b0b2 |
UHC | ???鰲 | 0011111100111111001111111110100010100111 | 3f3f3fe8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)