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 | 邵橄ョ娯 | 11100111101110001001111011101011101011101000110011100010 | e7b89eebae8ce2 |
EUC-JP | 邵橄ョ娯 | 1110111010111010110111001110110110001110101011101011100011100100 | eebadced8eaeb8e4 |
UTF-8 | 邵橄ョ娯 | 111010011000001010110101111001101010100110000100111011111011110110101110111001011010100010101111 | e982b5e6a984efbdaee5a8af |
UHC | 邵橄?? | 111000011101000011001010111101000011111100111111 | e1d0caf43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)