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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汚??撓ι? | 100010011001100000111111001111111001110110011010100000111100011100111111 | 89983f3f9d9a83c73f |
EUC-JP | 汚??撓ι? | 101100011111100000111111001111111101100111111010101001101100100100111111 | b1f83f3fd9faa6c93f |
UTF-8 | 汚뉛쉬撓ι윯 | 1110011010110001100110101110101110001001100110111110110010001001101011001110011010010010100100111100111010111001111011001001110010101111 | e6b19aeb899bec89ace69293ceb9ec9caf |
UHC | 汚뉛쉬撓ι윯 | 111001111111110110000111111011111011110110101100111010001111010110100101111010011001111110101110 | e7fd87efbdace8f5a5e99fae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)