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 | 粧?宰頭? | 1000111111001111001111111000110111001001100100111010101000111111 | 8fcf3f8dc993aa3f |
EUC-JP | 粧?宰頭? | 1011111011010001001111111011101011001011110001101010110000111111 | bed13fbacbc6ac3f |
UTF-8 | 粧렒宰頭칫 | 111001111011001010100111111010111010000010010010111001011010111010110000111010011010000010101101111011001011100110101011 | e7b2a7eba092e5aeb0e9a0adecb9ab |
UHC | 粧렒宰頭칫 | 11101101111100101000111010100111111011101010010111010100111010011100010010101001 | edf28ea7eea5d4e9c4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)