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 | 雎ク譴ァ? | 11101000101100011011100011100110101000101010011100111111 | e8b1b8e6a2a73f |
EUC-JP | 雎ク譴ァ錟 | 1111000010110011100011101011100011101100101001001000111010100111100011111110010011011101 | f0b38eb8eca48ea78fe4dd |
UTF-8 | 雎ク譴ァ錟 | 111010011001101110001110111011111011110110111000111010001010110110110100111011111011110110100111111010011000110010011111 | e99b8eefbdb8e8adb4efbda7e98c9f |
UHC | 雎?譴?錟 | 1110111011010001001111111100110010111001001111111101001111001010 | eed13fccb93fd3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)