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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裃呷ъ | 1110010111011111100110011110110010000100100011001111100111111011 | e5df99ec848cf9fb |
EUC-JP | 裃呷ъ? | 11101010111000011101001011101110101001111110110000111111 | eae1d2eea7ec3f |
UTF-8 | 裃呷ъ | 1110100010100011100000111110010110010001101101111101000110001010111011101001110110010110 | e8a383e591b7d18aee9d96 |
UHC | ??ъ? | 0011111100111111101011001110110000111111 | 3f3facec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)