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 | 茹??椅ι? | 111001001010010100111111001111111000100011010110100000111100011100111111 | e4a53f3f88d683c73f |
EUC-JP | 茹??椅ι? | 111010001010011100111111001111111011000011011000101001101100100100111111 | e8a73f3fb0d8a6c93f |
UTF-8 | 茹띾뜃椅ι뇳 | 1110100010001100101110011110101110011101101111101110101110011100100000111110011010100100100001011100111010111001111010111000011110110011 | e88cb9eb9dbeeb9c83e6a485ceb9eb87b3 |
UHC | 茹띾뜃椅ι뇳 | 111001101010101010001101111010111000110110000111111010111111010110100101111010011000011110010111 | e6aa8deb8d87ebf5a5e98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)