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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | イョマタィュ | 101100101010111011001111110000001010100010101101 | b2aecfc0a8ad |
EUC-JP | イョマタィュ | 100011101011001010001110101011101000111011001111100011101100000010001110101010001000111010101101 | 8eb28eae8ecf8ec08ea88ead |
UTF-8 | イョマタィュ | 111011111011110110110010111011111011110110101110111011111011111010001111111011111011111010000000111011111011110110101000111011111011110110101101 | efbdb2efbdaeefbe8fefbe80efbda8efbdad |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)