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 | ?漿??? | 001111111001111111110111001111110011111100111111 | 3f9ff73f3f3f |
EUC-JP | ?漿??? | 001111111101111011111001001111110011111100111111 | 3fdef93f3f3f |
UTF-8 | 뤗漿퍗쨵힉 | 111010111010010010010111111001101011110010111111111011011000110110010111111011001010100010110101111011011001111010001001 | eba497e6bcbfed8d97eca8b5ed9e89 |
UHC | 뤗漿퍗쨵힉 | 10001111110001111110110111101100101110111000111010100100100011111100100011111000 | 8fc7edecbb8ea48fc8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)