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 | タア豺タア豺^ | 110000001011000111100110101101111100000010110001111001101011011101011110 | c0b1e6b7c0b1e6b75e |
EUC-JP | タア豺タア豺^ | 10001110110000001000111010110001111011001011100110001110110000001000111010110001111011001011100101011110 | 8ec08eb1ecb98ec08eb1ecb95e |
UTF-8 | タア豺タア豺^ | 11101111101111101000000011101111101111011011000111101000101100011011101011101111101111101000000011101111101111011011000111101000101100011011101001011110 | efbe80efbdb1e8b1baefbe80efbdb1e8b1ba5e |
UHC | ??豺??豺^ | 001111110011111111100011110011110011111100111111111000111100111101011110 | 3f3fe3cf3f3fe3cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)