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 | 莉わ舟 | 111001001011101110000010111011011000111101001101 | e4bb82ed8f4d |
EUC-JP | 莉わ舟 | 111010001011110110100100111011111011110110101110 | e8bda4efbdae |
UTF-8 | 莉わ舟 | 111010001000111010001001111000111000001010001111111010001000100010011111 | e88e89e3828fe8889f |
UHC | 莉わ舟 | 110101111110100110101010111011111111000111000111 | d7e9aaeff1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)