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 | 湜疾示 | 1111101101000111100011101011111011110000101101111000111010100110 | fb478ebef0b78ea6 |
EUC-JP | 湜疾?示 | 1000111111000111111111001011110011000000001111111011110010101000 | 8fc7fcbcc03fbca8 |
UTF-8 | 湜疾示 | 111001101011100110011100111001111001011010111110111011101000000110110110111001111010010010111010 | e6b99ce796beee81b6e7a4ba |
UHC | 湜疾?示 | 11100011110101111111001011110000001111111110001111000110 | e3d7f2f03fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)