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 | dLdL^ | 1000100110011101100101110110010001001100100010011001110110010111011001000100110001011110 | 899d97644c899d97644c5e |
SJIS-WIN | ???dL???dL^ | 0011111100111111001111110110010001001100001111110011111100111111011001000100110001011110 | 3f3f3f644c3f3f3f644c5e |
EUC-JP | ???dL???dL^ | 0011111100111111001111110110010001001100001111110011111100111111011001000100110001011110 | 3f3f3f644c3f3f3f644c5e |
UTF-8 | dLdL^ | 1100001010001001110000101001110111000010100101110110010001001100110000101000100111000010100111011100001010010111011001000100110001011110 | c289c29dc297644cc289c29dc297644c5e |
UHC | ???dL???dL^ | 0011111100111111001111110110010001001100001111110011111100111111011001000100110001011110 | 3f3f3f644c3f3f3f644c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)