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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉀悉竺 | 1111101111000101100011101011101111110001111001101000111010110001 | fbc58ebbf1e68eb1 |
EUC-JP | 鉀悉?竺 | 1000111111100011110110001011110010111101001111111011110010110011 | 8fe3d8bcbd3fbcb3 |
UTF-8 | 鉀悉竺 | 111010011000100110000000111001101000001010001001111011101000010110100001111001111010101110111010 | e98980e68289ee85a1e7abba |
UHC | 鉀悉?竺 | 11001011101001011110001111111010001111111111010111100111 | cba5e3fa3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)