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 | セス酌雜 | 101111101011110110001110110111101110100010110110 | bebd8edee8b6 |
EUC-JP | セス酌雜 | 1000111010111110100011101011110110111100111000001111000010111000 | 8ebe8ebdbce0f0b8 |
UTF-8 | セス酌雜 | 111011111011110110111110111011111011110110111101111010011000010110001100111010011001101110011100 | efbdbeefbdbde9858ce99b9c |
UHC | ??酌雜 | 001111110011111111101101110011001110110111011010 | 3f3fedccedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)