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 | 容??有 | 100101110110010100111111001111111001011101001100 | 97653f3f974c |
EUC-JP | 容??有 | 110011011100011000111111001111111100110110101101 | cdc63f3fcdad |
UTF-8 | 容띺뒔有 | 111001011010111010111001111010111001110110111010111010111001001010010100111001101001110010001001 | e5aeb9eb9dbaeb9294e69c89 |
UHC | 容띺뒔有 | 1110100110111011100011011110100110001010100100011110101011110011 | e9bb8de98a91eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)