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 | ?坎?? | 0011111110011010101010100011111100111111 | 3f9aaa3f3f |
EUC-JP | ?坎?? | 0011111111010100101011000011111100111111 | 3fd4ac3f3f |
UTF-8 | 裡坎렢렖 | 111011111010011110101000111001011001110110001110111010111010000010100010111010111010000010010110 | efa7a8e59d8eeba0a2eba096 |
UHC | 裡坎렢렖 | 1110110011000001110010101110110010001110101100111000111010101011 | ecc1caec8eb38eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)