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 | 倻딇렖 | 111001011000000010111011111010111001010010000111111010111010000010010110 | e580bbeb9487eba096 |
UHC | 倻딇렖 | 111001011010011010001010111011011000111010101011 | e5a68aed8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)