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 | ????鵡財 | 0011111100111111001111110011111110010110101101111000110111100000 | 3f3f3f3f96b78de0 |
EUC-JP | 澔???鵡財 | 10001111110010001110110000111111001111110011111111001100101110011011101011100010 | 8fc8ec3f3f3fccb9bae2 |
UTF-8 | 澔목렰뫄鵡財 | 111001101011111010010100111010111010101010101001111010111010000010110000111010111010101110000100111010011011010110100001111010001011001010100001 | e6be94ebaaa9eba0b0ebab84e9b5a1e8b2a1 |
UHC | 澔목렰뫄鵡財 | 111110111100101110111000111100011000111010111101101110001111101011011001111101111110111010101111 | fbcbb8f18ebdb8fad9f7eeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)