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 | 撓??節η | 1001110110011010001111110011111110010000110111111000001111000101 | 9d9a3f3f90df83c5 |
EUC-JP | 撓??節η | 1101100111111010001111110011111111000000111000011010011011000111 | d9fa3f3fc0e1a6c7 |
UTF-8 | 撓쒎킂節η | 1110011010010010100100111110110010010010100011101110110110000010100000101110011110101111100000001100111010110111 | e69293ec928eed8282e7af80ceb7 |
UHC | 撓쒎킂節η | 11101000111101011001110011100101101101001000111011101111101111011010010111100111 | e8f59ce5b48eefbda5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)