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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ョ甬^ | 10101110111000010101010001011110 | aee1545e |
EUC-JP | ョ甬^ | 1000111010101110111000011011010101011110 | 8eaee1b55e |
UTF-8 | ョ甬^ | 11101111101111011010111011100111100101001010110001011110 | efbdaee794ac5e |
UHC | ?甬^ | 00111111111010011100010101011110 | 3fe9c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)