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 | 碇?艤?? | 10010010111101000011111111100100011111100011111100111111 | 92f43fe47e3f3f |
EUC-JP | 碇?艤?? | 11000100111101100011111111100111110111110011111100111111 | c4f63fe7df3f3f |
UTF-8 | 碇렯艤쭸렲 | 111001111010001010000111111010111010000010101111111010001000100110100100111011001010110110111000111010111010000010110010 | e7a287eba0afe889a4ecadb8eba0b2 |
UHC | 碇렯艤쭸렲 | 11101111111011011000111010111100111010111111101011000010111001101000111010111111 | efed8ebcebfac2e68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)