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 | 驕皮洒螂ェ | 111010011000000110010100111001111001111110101101111001011010010110101010 | e98194e79fade5a5aa |
EUC-JP | 驕皮洒螂ェ | 11110001111000011100100011101001110111101010111111101010101001111000111010101010 | f1e1c8e9deafeaa78eaa |
UTF-8 | 驕皮洒螂ェ | 111010011010100110010101111001111001101010101110111001101011010010010010111010001001111010000010111011111011110110101010 | e9a995e79aaee6b492e89e82efbdaa |
UHC | 驕皮?螂? | 1100111011110110111110011010101100111111110101011100110000111111 | cef6f9ab3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)