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 | 巍??穩? | 10011011110110010011111100111111111000100111001000111111 | 9bd93f3fe2723f |
EUC-JP | 巍??穩? | 11010110110110110011111100111111111000111101001100111111 | d6db3f3fe3d33f |
UTF-8 | 巍ㅵ렞穩쳿 | 111001011011011110001101111000111000010110110101111010111010000010011110111001111010100110101001111011001011001110111111 | e5b78de385b5eba09ee7a9a9ecb3bf |
UHC | 巍ㅵ렞穩쳿 | 11101000111001001010010011100101100011101010111111101000101100011010110001000010 | e8e4a4e58eafe8b1ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)