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 | 湜ヨ鮑ァ | 111110110100011111010110111010011011100010100111 | fb47d6e9b8a7 |
EUC-JP | 湜ヨ鮑ァ | 100011111100011111111100100011101101011011110010101110101000111010100111 | 8fc7fc8ed6f2ba8ea7 |
UTF-8 | 湜ヨ鮑ァ | 111001101011100110011100111011111011111010010110111010011010111010010001111011111011110110100111 | e6b99cefbe96e9ae91efbda7 |
UHC | 湜?鮑? | 111000111101011100111111111110001110101000111111 | e3d73ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)