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 | 邵橈邵僥 | 1110011110111000100111101111010011100111101110001001100101000110 | e7b89ef4e7b89946 |
EUC-JP | 邵橈邵僥 | 1110111010111010110111001111011011101110101110101101000110100111 | eebadcf6eebad1a7 |
UTF-8 | 邵橈邵僥 | 111010011000001010110101111001101010100110001000111010011000001010110101111001011000001110100101 | e982b5e6a988e982b5e583a5 |
UHC | 邵橈邵僥 | 1110000111010000111010001111101011100001110100001110100011101001 | e1d0e8fae1d0e8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)