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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 蘚齧\ | 1110010101100100111010101001011001011100 | e564ea965c |
EUC-JP | 蘚齧\ | 1110100111000101111100111111011001011100 | e9c5f3f65c |
UTF-8 | 蘚齧\ | 11101000100110001001101011101001101111011010011101011100 | e8989ae9bda75c |
UHC | 蘚齧\ | 1110000011010000111000001110010101011100 | e0d0e0e55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)