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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??獸?陌 | 00111111001111111110000011010111001111111110100010011001 | 3f3fe0d73fe899 |
EUC-JP | 澔?獸侁陌 | 1000111111001000111011000011111111100000110110011000111110110000111111001110111111111001 | 8fc8ec3fe0d98fb0fceff9 |
UTF-8 | 澔뫄獸侁陌 | 111001101011111010010100111010111010101110000100111001111000110110111000111001001011111010000001111010011001100110001100 | e6be94ebab84e78db8e4be81e9998c |
UHC | 澔뫄獸侁陌 | 11111011110010111011100011111010111000101010111011100011111000001101100011101000 | fbcbb8fae2aee3e0d8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)