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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯??節ч〕 | 10011010111000010011111100111111100100001101111110000100100010011000000101101100 | 9ae13f3f90df8489816c |
EUC-JP | 壯??節ч〕 | 11010100111000110011111100111111110000001110000110100111111010011010000111001101 | d4e33f3fc0e1a7e9a1cd |
UTF-8 | 壯좈쐷節ч〕 | 1110010110100011101011111110110010100010100010001110110010010000101101111110011110101111100000001101000110000111111000111000000010010101 | e5a3afeca288ec90b7e7af80d187e38095 |
UHC | 壯좈쐷節ч〕 | 111011011110000010100000111010011001110010011001111011111011110110101100111010011010000110110011 | ede0a0e99c99efbdace9a1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)