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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 倻?? | 1000111110110001111101100011111100111111 | 8fb1f63f3f |
UTF-8 | 倻딇걞 | 111001011000000010111011111010111001010010000111111010101011000110011110 | e580bbeb9487eab19e |
UHC | 倻딇걞 | 111001011010011010001010111011011000000110000111 | e5a68aed8187 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)