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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 。ュ宵「フ^ | 101000011010110110001111101010101111000011111011101000101100110001011110 | a1ad8faaf0fba2cc5e |
EUC-JP | 。ュ宵?「フ^ | 100011101010000110001110101011011011111010101100001111111000111010100010100011101100110001011110 | 8ea18eadbeac3f8ea28ecc5e |
UTF-8 | 。ュ宵「フ^ | 11101111101111011010000111101111101111011010110111100101101011101011010111101110100000101011101011101111101111011010001011101111101111101000110001011110 | efbda1efbdade5aeb5ee82baefbda2efbe8c5e |
UHC | ??宵???^ | 0011111100111111111000011011001000111111001111110011111101011110 | 3f3fe1b23f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)