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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邪粭七邪 | 1000111011010111111000101110010010001110101101011000111011010111 | 8ed7e2e48eb58ed7 |
EUC-JP | 邪粭七邪 | 1011110011011001111001001110011010111100101101111011110011011001 | bcd9e4e6bcb7bcd9 |
UTF-8 | 邪粭七邪 | 111010011000001010101010111001111011001010101101111001001011100010000011111010011000001010101010 | e982aae7b2ade4b883e982aa |
UHC | 邪?七邪 | 11011110111101110011111111110110110100101101111011110111 | def73ff6d2def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)