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 | 沮?蜃?齬憤 | 10011111100111000011111111100101100001110011111111101010100101111001010110101110 | 9f9c3fe5873fea9795ae |
EUC-JP | 沮?蜃?齬憤 | 11011101111111000011111111101001111001110011111111110011111101111100101010110000 | ddfc3fe9e73ff3f7cab0 |
UTF-8 | 沮렫蜃렎齬憤 | 111001101011001010101110111010111010000010101011111010001001110010000011111010111010000010001110111010011011110110101100111001101000011010100100 | e6b2aeeba0abe89c83eba08ee9bdace686a4 |
UHC | 沮렫蜃렎齬憤 | 111011101100000110001110101110011110001111110001100011101010010011100101111000011101110111001001 | eec18eb9e3f18ea4e5e1ddc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)