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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 嬋碩潟A? | 1001101101101000100100001101011110001010100000110100000100111111 | 9b6890d78a83413f |
EUC-JP | 嬋碩潟A渲 | 11010101110010011100000011011001101100111110001101000001100011111100011111101100 | d5c9c0d9b3e3418fc7ec |
UTF-8 | 嬋碩潟A渲 | 11100101101011001000101111100111101000101010100111100110101111011001111101000001111001101011100010110010 | e5ac8be7a2a9e6bd9f41e6b8b2 |
UHC | 嬋碩潟A渲 | 111000001011110111100000101101011110000010110011010000011110000011000010 | e0bde0b5e0b341e0c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)