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 | 永???? | 100010010110100100111111001111110011111100111111 | 89693f3f3f3f |
EUC-JP | 永??薏? | 1011000111001010001111110011111110001111110110011101111000111111 | b1ca3f3f8fd9de3f |
UTF-8 | 永귣툝薏믤 | 111001101011000010111000111010101011011110100011111011011000100010011101111010001001011010001111111010111010111110100100 | e6b0b8eab7a3ed889de8968febafa4 |
UHC | 永귣툝薏믤 | 11100111101101011000001011101011101110001001010011101011111110111001001011100110 | e7b582ebb894ebfb92e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)