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 | 胝?′ | 1110001111110001001111111000000110001100 | e3f13f818c |
EUC-JP | 胝鰷′ | 11100110111100111000111111101011101110101010000111101100 | e6f38febbaa1ec |
UTF-8 | 胝鰷′ | 111010001000001110011101111010011011000010110111111000101000000010110010 | e8839de9b0b7e280b2 |
UHC | ??′ | 00111111001111111010000111000111 | 3f3fa1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)