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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ラ碣ⅱ鰌。 | 11010111111000011111000011111010010000011110100111010011101000011111000011100011 | d7e1f0fa41e9d3a1f0e3 |
EUC-JP | ラ碣?鰌。? | 10001110110101111110001011110010001111111111001011010101100011101010000100111111 | 8ed7e2f23ff2d58ea13f |
UTF-8 | ラ碣ⅱ鰌。 | 111011111011111010010111111001111010001010100011111000101000010110110001111010011011000010001100111011111011110110100001111011101000001010100010 | efbe97e7a2a3e285b1e9b08cefbda1ee82a2 |
UHC | ?碣ⅱ??? | 0011111111001010111001011010010110100010001111110011111100111111 | 3fcae5a5a23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)