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 | 弱??張? | 10001110111000110011111100111111100100101010001100111111 | 8ee33f3f92a33f |
EUC-JP | 弱??張? | 10111100111001010011111100111111110001001010010100111111 | bce53f3fc4a53f |
UTF-8 | 弱꾣뜥張퇑 | 111001011011110010110001111010101011111010100011111010111001110010100101111001011011110010110101111011011000011110010001 | e5bcb1eabea3eb9ca5e5bcb5ed8791 |
UHC | 弱꾣뜥張퇑 | 11100101101100001000010011100110100011011010100011101101111001011011100001000010 | e5b084e68da8ede5b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)