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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??坮? | 001111110011111110001111101101111100011100111111 | 3f3f8fb7c73f |
UTF-8 | 쓸빠坮뤗 | 111011001001001110111000111010111011100110100000111001011001110110101110111010111010010010010111 | ec93b8ebb9a0e59daeeba497 |
UHC | 쓸빠坮뤗 | 1011111010110101101110101111110011010011110111011000111111000111 | beb5bafcd3dd8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)