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 | 指??堪 | 100011100111011100111111001111111000101010101100 | 8e773f3f8aac |
EUC-JP | 指??堪 | 101110111101100000111111001111111011010010101110 | bbd83f3fb4ae |
UTF-8 | 指펴렢堪 | 111001101000110010000111111011011000111010110100111010111010000010100010111001011010000010101010 | e68c87ed8eb4eba0a2e5a0aa |
UHC | 指펴렢堪 | 1111001010100110110001101110110010001110101100111100101011101101 | f2a6c6ec8eb3caed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)