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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 酌縞L酌縞L^ | 1000111011011110100011101100100001001100100011101101111010001110110010000100110001011110 | 8ede8ec84c8ede8ec84c5e |
EUC-JP | 酌縞L酌縞L^ | 1011110011100000101111001100101001001100101111001110000010111100110010100100110001011110 | bce0bcca4cbce0bcca4c5e |
UTF-8 | 酌縞L酌縞L^ | 111010011000010110001100111001111011100010011110010011001110100110000101100011001110011110111000100111100100110001011110 | e9858ce7b89e4ce9858ce7b89e4c5e |
UHC | 酌縞L酌縞L^ | 1110110111001100111110111101011001001100111011011100110011111011110101100100110001011110 | edccfbd64cedccfbd64c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)