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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 汚х?O | 100010011001100010000100100001110011111101001111 | 899884873f4f |
EUC-JP | 汚х?O | 101100011111100010100111111001110011111101001111 | b1f8a7e73f4f |
UTF-8 | 汚х뙠O | 111001101011000110011010110100011000010111101011100110011010000001001111 | e6b19ad185eb99a04f |
UHC | 汚х뙠O | 11100111111111011010110011100111100011001010010101001111 | e7fdace78ca54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)