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 | 松莽」 | 1000111110111100111001001100110110100011 | 8fbce4cda3 |
EUC-JP | 松莽」 | 101111101011111011101000110011111000111010100011 | bebee8cf8ea3 |
UTF-8 | 松莽」 | 111001101001110110111110111010001000111010111101111011111011110110100011 | e69dbee88ebdefbda3 |
UHC | 松莽? | 1110000111100110110110001101010100111111 | e1e6d8d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)