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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????兪 | 0011111100111111001111110011111100111111001111111001100101100000 | 3f3f3f3f3f3f9960 |
EUC-JP | ??????兪 | 0011111100111111001111110011111100111111001111111101000111000001 | 3f3f3f3f3f3fd1c1 |
UTF-8 | 力놂퐜利밭뜲兪 | 111011111010011010001010111010111000011010000010111011011001000010011100111011111010011110011101111010111011000010101101111010111001110010110010111001011000010110101010 | efa68aeb8682ed909cefa79debb0adeb9cb2e585aa |
UHC | 力놂퐜利밭뜲兪 | 1110011010110011101100111110111110111101100001101110110010100110101110011110011110001101101100001110101011100100 | e6b3b3efbd86eca6b9e78db0eae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)