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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佇絅騁源 | 1001100011001000111000110100010011101001011101001000110010111001 | 98c8e344e9748cb9 |
EUC-JP | 佇絅騁源 | 1101000011001010111001011010010111110001110101011011100010111011 | d0cae5a5f1d5b8bb |
UTF-8 | 佇絅騁源 | 111001001011110110000111111001111011010110000101111010011010100010000001111001101011101010010000 | e4bd87e7b585e9a881e6ba90 |
UHC | 佇絅騁源 | 1110111010110111110011001110011111011110101111101110101010111001 | eeb7cce7debeeab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)