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 | 濡???? | 100101000100011100111111001111110011111100111111 | 94473f3f3f3f |
EUC-JP | 濡???? | 110001111010100000111111001111110011111100111111 | c7a83f3f3f3f |
UTF-8 | 濡뗫죨琉믦 | 111001101011111110100001111010111001011110101011111011001010001110101000111011111010011110001100111010111010111110100110 | e6bfa1eb97abeca3a8efa78cebafa6 |
UHC | 濡뗫죨琉믦 | 11101011101000011000101111101011101000011000001111101011101001001001001011101000 | eba18beba183eba492e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)