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 | 容??姚 | 100101110110010100111111001111111001101101001100 | 97653f3f9b4c |
EUC-JP | 容??姚 | 110011011100011000111111001111111101010110101101 | cdc63f3fd5ad |
UTF-8 | 容띺뒔姚 | 111001011010111010111001111010111001110110111010111010111001001010010100111001011010011110011010 | e5aeb9eb9dbaeb9294e5a79a |
UHC | 容띺뒔姚 | 1110100110111011100011011110100110001010100100011110100011101110 | e9bb8de98a91e8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)