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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錞?燼?錞 | 1111101111011011001111111110000010011110001111111111101111011011 | fbdb3fe09e3ffbdb |
EUC-JP | 錞?燼?錞 | 10001111111001001101110000111111110111111111111000111111100011111110010011011100 | 8fe4dc3fdffe3f8fe4dc |
UTF-8 | 錞렊燼렖錞 | 111010011000110010011110111010111010000010001010111001111000011110111100111010111010000010010110111010011000110010011110 | e98c9eeba08ae787bceba096e98c9e |
UHC | 錞렊燼렖錞 | 11100010111101101000111010100001111000111110100010001110101010111110001011110110 | e2f68ea1e3e88eabe2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)