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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 魴晢ヲ怒d | 1110100110110101100111011110111110100110100100110111101101100100 | e9b59defa6937b64 |
EUC-JP | 魴晢ヲ怒d | 111100101011011111011010111100011000111010100110110001011101110001100100 | f2b7daf18ea6c5dc64 |
UTF-8 | 魴晢ヲ怒d | 11101001101011011011010011100110100110011010001011101111101111011010011011100110100000001001001001100100 | e9adb4e699a2efbda6e6809264 |
UHC | ???怒d | 001111110011111100111111110100101100000101100100 | 3f3f3fd2c164 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)