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 | ??槽?? | 001111110011111110010001100001010011111100111111 | 3f3f91853f3f |
EUC-JP | ?璜槽勖? | 00111111100011111100110011011000110000011110010110001111101100111110110100111111 | 3f8fccd8c1e58fb3ed3f |
UTF-8 | 뤈璜槽勖뫘 | 111010111010010010001000111001111001001010011100111001101010011110111101111001011000101110010110111010111010101110011000 | eba488e7929ce6a7bde58b96ebab98 |
UHC | 뤈璜槽勖뫘 | 10001111101110001111110011010100111100001100101111101001111011011011100011111100 | 8fb8fcd4f0cbe9edb8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)