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 | 篳莪隆 | 111000101100100011100100101011101111101111101001 | e2c8e4aefbe9 |
EUC-JP | 篳莪? | 1110010011001010111010001011000000111111 | e4cae8b03f |
UTF-8 | 篳莪隆 | 111001111010111110110011111010001000111010101010111011111010011110011100 | e7afb3e88eaaefa79c |
UHC | ?莪隆 | 0011111111100100101101011110101111011000 | 3fe4b5ebd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)