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 | 嫉上ゥ | 1000111010111001100011111110001110101001 | 8eb98fe3a9 |
EUC-JP | 嫉上ゥ | 101111001011101110111110111001011000111010101001 | bcbbbee58ea9 |
UTF-8 | 嫉上ゥ | 111001011010101110001001111001001011100010001010111011111011110110101001 | e5ab89e4b88aefbda9 |
UHC | 嫉上? | 1111001011101100110111111011111000111111 | f2ecdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)