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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 勇???^ | 100101110100010100111111001111110011111101011110 | 97453f3f3f5e |
EUC-JP | 勇???^ | 110011011010011000111111001111110011111101011110 | cda63f3f3f5e |
UTF-8 | 勇싋듐꽪^ | 11100101100010111000011111101100100010111000101111101011100100111001000011101010101111011010101001011110 | e58b87ec8b8beb9390eabdaa5e |
UHC | 勇싋듐꽪^ | 111010011011100010011010110011101011010111100011100001001011010101011110 | e9b89aceb5e384b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)