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 | 狒゚ユ狒獗 | 1110000010111111110111111101010111100000101111111110000011010011 | e0bfdfd5e0bfe0d3 |
EUC-JP | 狒゚ユ狒獗 | 11100000110000011000111011011111100011101101010111100000110000011110000011010101 | e0c18edf8ed5e0c1e0d5 |
UTF-8 | 狒゚ユ狒獗 | 111001111000101110010010111011111011111010011111111011111011111010010101111001111000101110010010111001111000110110010111 | e78b92efbe9fefbe95e78b92e78d97 |
UHC | ????獗 | 001111110011111100111111001111111100111111110001 | 3f3f3f3fcff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)