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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ?功もG | 001111111000110011110111100000101110000001000111 | 3f8cf782e047 |
EUC-JP | ?功もG | 001111111011100011111001101001001110001001000111 | 3fb8f9a4e247 |
UTF-8 | 룴功もG | 11101011101000111011010011100101100010101001111111100011100000101000001001000111 | eba3b4e58a9fe3828247 |
UHC | 룴功もG | 10001111101010011100110111101101101010101110001001000111 | 8fa9cdedaae247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)