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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迯廷扮奛夲ァ | 1110011110001101100100101110110010010101101011111111101010100001100110101110111110100111 | e78d92ec95affaa19aefa7 |
EUC-JP | 迯廷扮奛夲ァ | 11101101111011011100010011101110110010101011000110001111101110001111011111010100111100011000111010100111 | ededc4eecab18fb8f7d4f18ea7 |
UTF-8 | 迯廷扮奛夲ァ | 111010001011111110101111111001011011101110110111111001101000100110101110111001011010010110011011111001011010010010110010111011111011110110100111 | e8bfafe5bbb7e689aee5a59be5a4b2efbda7 |
UHC | ?廷扮??? | 0011111111101111110101011101110111001010001111110011111100111111 | 3fefd5ddca3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)