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 | 罠恰見 | 111000111010100110001010100001101000110010101001 | e3a98a868ca9 |
EUC-JP | 罠恰見 | 111001101010101110110011111001101011100010101011 | e6abb3e6b8ab |
UTF-8 | 罠恰見 | 111001111011110110100000111001101000000110110000111010001010011010001011 | e7bda0e681b0e8a68b |
UHC | ?恰見 | 0011111111111101111001101100110010111000 | 3ffde6ccb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)