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 | ?®?^ | 00111111101011100011111101011110 | 3fae3f5e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | ?®?^ | 001111111000111110100010111011100011111101011110 | 3f8fa2ee3f5e |
UTF-8 | 令®뙄^ | 111011111010011010101000110000101010111011101011100110011000010001011110 | efa6a8c2aeeb99845e |
UHC | 令®뙄^ | 11100111101010011010001011100111100011001000101001011110 | e7a9a2e78c8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)