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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 뼴셹뼴셹^ | 11101011101111001011010011101100100001011011100111101011101111001011010011101100100001011011100101011110 | ebbcb4ec85b9ebbcb4ec85b95e |
UHC | 뼴셹뼴셹^ | 100101101011011110011001011110001001011010110111100110010111100001011110 | 96b7997896b799785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)