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 | ?f?詣? | 00111111100000101000011000111111100011000111011100111111 | 3f82863f8c773f |
EUC-JP | 饔f?詣? | 100011111110100011101111101000111110011000111111101101111101100000111111 | 8fe8efa3e63fb7d83f |
UTF-8 | 饔f첁詣퇶 | 111010011010010110010100111011111011110110000110111011001011001010000001111010001010100110100011111011011000011110110110 | e9a594efbd86ecb281e8a9a3ed87b6 |
UHC | 饔f첁詣퇶 | 11101000101111011010001111100110101010101000111011100111111000011011100001101011 | e8bda3e6aa8ee7e1b86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)