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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池??肯? | 10010010011100100011111100111111100011010110110100111111 | 92723f3f8d6d3f |
EUC-JP | 池??肯? | 11000011110100110011111100111111101110011100111000111111 | c3d33f3fb9ce3f |
UTF-8 | 池렍梨肯렱 | 111001101011000110100000111010111010000010001101111011111010011110100010111010001000001010101111111010111010000010110001 | e6b1a0eba08defa7a2e882afeba0b1 |
UHC | 池렍梨肯렱 | 11110010101011101000111010100011111011001011000111010000111010011000111010111110 | f2ae8ea3ecb1d0e98ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)