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 | 跫守ー疲 | 11100110111011011000111011100111101100001001010011100110 | e6ed8ee7b094e6 |
EUC-JP | 跫守ー疲 | 1110110011101111101111001110100110001110101100001100100011101000 | ecefbce98eb0c8e8 |
UTF-8 | 跫守ー疲 | 111010001011011110101011111001011010111010001000111011111011110110110000111001111001011010110010 | e8b7abe5ae88efbdb0e796b2 |
UHC | ?守?疲 | 001111111110000111111010001111111111100110101010 | 3fe1fa3ff9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)