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 | ýÈä´Ñ | 1111110111001000111001001011010011010001 | fdc8e4b4d1 |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ýÈä´Ñ | 1000111110101011111100101000111110101010101100101000111110101011101000111010000110101101100011111010101011010000 | 8fabf28faab28faba3a1ad8faad0 |
UTF-8 | ýÈä´Ñ | 11000011101111011100001110001000110000111010010011000010101101001100001110010001 | c3bdc388c3a4c2b4c391 |
UHC | ???´? | 001111110011111100111111101000101010010100111111 | 3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)