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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?罌捌 | 0011111111100011101000001000111001001010 | 3fe3a08e4a |
EUC-JP | ?罌捌 | 0011111111100110101000101011101110101011 | 3fe6a2bbab |
UTF-8 | 룵罌捌 | 111010111010001110110101111001111011110110001100111001101000110110001100 | eba3b5e7bd8ce68d8c |
UHC | 룵罌捌 | 100011111010101011100101101000101111100010100100 | 8faae5a2f8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)