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 | 治釥璽丈 | 11110000111000001000111010100001111110111100000010001110101000111000111111100100 | f0e08ea1fbc08ea38fe4 |
EUC-JP | ?治釥璽丈 | 00111111101111001010001110001111111000111010101110111100101001011011111011100110 | 3fbca38fe3abbca5bee6 |
UTF-8 | 治釥璽丈 | 111011101000001010011111111001101011001010111011111010011000011110100101111001111001001010111101111001001011100010001000 | ee829fe6b2bbe987a5e792bde4b888 |
UHC | ?治?璽丈 | 0011111111110110101111010011111111011111110111101110110111011011 | 3ff6bd3fdfdeeddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)