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 | ?似??脚? | 0011111110001110100101110011111100111111100010110111001000111111 | 3f8e973f3f8b723f |
EUC-JP | ?似??脚? | 0011111110111011111101110011111100111111101101011101001100111111 | 3fbbf73f3fb5d33f |
UTF-8 | 렻似렱렻脚렭 | 111010111010000010111011111001001011110010111100111010111010000010110001111010111010000010111011111010001000010010011010111010111010000010101101 | eba0bbe4bcbceba0b1eba0bbe8849aeba0ad |
UHC | 렻似렱렻脚렭 | 100011101100001111011110110001001000111010111110100011101100001111001010110001011000111010111010 | 8ec3dec48ebe8ec3cac58eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)