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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??坮?? | 00111111001111111000111110110111110001110011111100111111 | 3f3f8fb7c73f3f |
UTF-8 | 쓸빠坮뤗溜 | 111011001001001110111000111010111011100110100000111001011001110110101110111010111010010010010111111011111010011110001011 | ec93b8ebb9a0e59daeeba497efa78b |
UHC | 쓸빠坮뤗溜 | 10111110101101011011101011111100110100111101110110001111110001111110101011111110 | beb5bafcd3dd8fc7eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)