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 | ?蒡?計?? | 0011111111100100111011100011111110001100011101100011111100111111 | 3fe4ee3f8c763f3f |
EUC-JP | ?蒡?計?? | 0011111111101000111100000011111110110111110101110011111100111111 | 3fe8f03fb7d73f3f |
UTF-8 | 뤶蒡쳪計렒렍 | 111010111010010010110110111010001001001010100001111011001011001110101010111010001010100010001000111010111010000010010010111010111010000010001101 | eba4b6e892a1ecb3aae8a888eba092eba08d |
UHC | 뤶蒡쳪計렒렍 | 100011111110010011011011101111001010101110001111110011011010101010001110101001111000111010100011 | 8fe4dbbcab8fcdaa8ea78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)