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 | ?甕ゅ? | 001111111110000101010000100000101110001100111111 | 3fe15082e33f |
EUC-JP | ?甕ゅ? | 001111111110000110110001101001001110010100111111 | 3fe1b1a4e53f |
UTF-8 | 횜甕ゅ룴 | 111011011001101010011100111001111001010010010101111000111000001010000101111010111010001110110100 | ed9a9ce79495e38285eba3b4 |
UHC | 횜甕ゅ룴 | 1100001110010110111010001011100010101010111001011000111110101001 | c396e8b8aae58fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)