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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??瑙普 | 001111110011111111100000111011011001010110000001 | 3f3fe0ed9581 |
EUC-JP | ??瑙普 | 001111110011111111100000111011111100100111100001 | 3f3fe0efc9e1 |
UTF-8 | 렺씽瑙普 | 111010111010000010111010111011001001010010111101111001111001000110011001111001101001100110101110 | eba0baec94bde79199e699ae |
UHC | 렺씽瑙普 | 1000111011000010101111101100010111010010110001011101110011000101 | 8ec2bec5d2c5dcc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)