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 | ??{?? | 0011111100111111011110110011111100111111 | 3f3f7b3f3f |
SJIS-WIN | ??{?鰻 | 001111110011111101111011001111111000100101010110 | 3f3f7b3f8956 |
EUC-JP | ??{?鰻 | 001111110011111101111011001111111011000110110111 | 3f3f7b3fb1b7 |
UTF-8 | 렻렔{렺鰻 | 11101011101000001011101111101011101000001001010001111011111010111010000010111010111010011011000010111011 | eba0bbeba0947beba0bae9b0bb |
UHC | 렻렔{렺鰻 | 100011101100001110001110101010010111101110001110110000101101100011000100 | 8ec38ea97b8ec2d8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)