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 | ????默財 | 0011111100111111001111110011111111100000110100101000110111100000 | 3f3f3f3fe0d28de0 |
EUC-JP | 澔???默財 | 10001111110010001110110000111111001111110011111111100000110101001011101011100010 | 8fc8ec3f3f3fe0d4bae2 |
UTF-8 | 澔목렰뫄默財 | 111001101011111010010100111010111010101010101001111010111010000010110000111010111010101110000100111010011011101110011000111010001011001010100001 | e6be94ebaaa9eba0b0ebab84e9bb98e8b2a1 |
UHC | 澔목렰뫄默財 | 111110111100101110111000111100011000111010111101101110001111101011011001111110011110111010101111 | fbcbb8f18ebdb8fad9f9eeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)