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 | ?蝦漿?? | 00111111100010011101101010011111111101110011111100111111 | 3f89da9ff73f3f |
EUC-JP | ?蝦漿?? | 00111111101100101101110011011110111110010011111100111111 | 3fb2dcdef93f3f |
UTF-8 | 뤋蝦漿콒쭮 | 111010111010010010001011111010001001110110100110111001101011110010111111111011001011110110010010111011001010110110101110 | eba48be89da6e6bcbfecbd92ecadae |
UHC | 뤋蝦漿콒쭮 | 10001111101110111111100111000100111011011110110010110001100011101010100001000010 | 8fbbf9c4edecb18ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)