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 | 逶定⊿ | 111001111001101110010010111010001000011110011001 | e79b92e88799 |
EUC-JP | 逶定? | 1110110111111011110001001110101000111111 | edfbc4ea3f |
UTF-8 | 逶定⊿ | 111010011000000010110110111001011010111010011010111000101000101010111111 | e980b6e5ae9ae28abf |
UHC | ?定? | 00111111111011111101001000111111 | 3fefd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)