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 | 室邪嫉捨 | 1000111010111010100011101101011110001110101110011000111011001100 | 8eba8ed78eb98ecc |
EUC-JP | 室邪嫉捨 | 1011110010111100101111001101100110111100101110111011110011001110 | bcbcbcd9bcbbbcce |
UTF-8 | 室邪嫉捨 | 111001011010111010100100111010011000001010101010111001011010101110001001111001101000110110101000 | e5aea4e982aae5ab89e68da8 |
UHC | 室邪嫉捨 | 1110001111111000110111101111011111110010111011001101111011010111 | e3f8def7f2ecded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)