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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?容? | 00111111100101110110010100111111 | 3f97653f |
EUC-JP | ?容? | 00111111110011011100011000111111 | 3fcdc63f |
UTF-8 | 쎲容룑 | 111011001000111010110010111001011010111010111001111010111010001110010001 | ec8eb2e5aeb9eba391 |
UHC | 쎲容룑 | 100110111101100111101001101110111000111110001110 | 9bd9e9bb8f8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)