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 | 柴識 | 1111001011101111100011101100010011110010101001101000111010101111 | f2ef8ec4f2a68eaf |
EUC-JP | ?柴?識 | 001111111011110011000110001111111011110010110001 | 3fbcc63fbcb1 |
UTF-8 | 柴識 | 111011101000100010100110111001101001111110110100111011101000011110011101111010001010110110011000 | ee88a6e69fb4ee879de8ad98 |
UHC | ?柴?識 | 001111111110001111000011001111111110001111011011 | 3fe3c33fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)