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 | 嫉上癪 | 100011101011100110001111111000111110000110011011 | 8eb98fe3e19b |
EUC-JP | 嫉上癪 | 101111001011101110111110111001011110000111111011 | bcbbbee5e1fb |
UTF-8 | 嫉上癪 | 111001011010101110001001111001001011100010001010111001111001100110101010 | e5ab89e4b88ae799aa |
UHC | 嫉上? | 1111001011101100110111111011111000111111 | f2ecdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)