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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??曺\ | 0011111100111111111110101101111001011100 | 3f3ffade5c |
EUC-JP | ??曺\ | 001111110011111110001111110000101110110101011100 | 3f3f8fc2ed5c |
UTF-8 | 렠롆曺\ | 11101011101000001010000011101011101000011000011011100110100110111011101001011100 | eba0a0eba186e69bba5c |
UHC | 렠롆曺\ | 10001110101100011000111011001100111100001100011001011100 | 8eb18eccf0c65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)