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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??隍??蝗^ | 001111110011111111101000101001000011111100111111111001011001101101011110 | 3f3fe8a43f3fe59b5e |
EUC-JP | ??隍??蝗^ | 001111110011111111110000101001100011111100111111111010011111101101011110 | 3f3ff0a63f3fe9fb5e |
UTF-8 | 뤕상隍뤕상蝗^ | 11101011101001001001010111101100100000111000000111101001100110101000110111101011101001001001010111101100100000111000000111101000100111011001011101011110 | eba495ec8381e99a8deba495ec8381e89d975e |
UHC | 뤕상隍뤕상蝗^ | 10001111110001011011101111110011111111001101101110001111110001011011101111110011111111001101100101011110 | 8fc5bbf3fcdb8fc5bbf3fcd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)