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 | 莨炊謙篆 | 1110010010111100100100001000011010001100101010101110001010111101 | e4bc90868caae2bd |
EUC-JP | 莨炊謙篆 | 1110100010111110101111111110011010111000101011001110010010111111 | e8bebfe6b8ace4bf |
UTF-8 | 莨炊謙篆 | 111010001000111010101000111001111000001010001010111010001010110010011001111001111010111110000110 | e88ea8e7828ae8ac99e7af86 |
UHC | ?炊謙篆 | 00111111111101101010011111001100110001011110111110101010 | 3ff6a7ccc5efaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)