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 | ???閻ょ | 00111111001111110011111111101000100001011000001011100101 | 3f3f3fe88582e5 |
EUC-JP | 旿??閻ょ | 100011111100000111110100001111110011111111101111111001011010010011100111 | 8fc1f43f3fefe5a4e7 |
UTF-8 | 旿닺뼶閻ょ | 111001101001011110111111111010111000101110111010111010111011110010110110111010011001011010111011111000111000001010000111 | e697bfeb8bbaebbcb6e996bbe38287 |
UHC | 旿닺뼶閻ょ | 11100111111110101011010011101000100101101011100111100111101000101010101011100111 | e7fab4e896b9e7a2aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)