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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??痴齬 | 001111110011111110010010011100111110101010010111 | 3f3f9273ea97 |
EUC-JP | 澔?痴齬 | 1000111111001000111011000011111111000011110101001111001111110111 | 8fc8ec3fc3d4f3f7 |
UTF-8 | 澔뫄痴齬 | 111001101011111010010100111010111010101110000100111001111001011110110100111010011011110110101100 | e6be94ebab84e797b4e9bdac |
UHC | 澔뫄痴齬 | 1111101111001011101110001111101011110110110000011110010111100001 | fbcbb8faf6c1e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)