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 | フ「脛フ「脛^ | 110011001010001011100011111110001100110010100010111000111111100001011110 | cca2e3f8cca2e3f85e |
EUC-JP | フ「脛フ「脛^ | 10001110110011001000111010100010111001101111101010001110110011001000111010100010111001101111101001011110 | 8ecc8ea2e6fa8ecc8ea2e6fa5e |
UTF-8 | フ「脛フ「脛^ | 11101111101111101000110011101111101111011010001011101000100001001001101111101111101111101000110011101111101111011010001011101000100001001001101101011110 | efbe8cefbda2e8849befbe8cefbda2e8849b5e |
UHC | ??脛??脛^ | 001111110011111111001100111010110011111100111111110011001110101101011110 | 3f3fcceb3f3fcceb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)