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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???激 | 0011111100111111001111111000110010000011 | 3f3f3f8c83 |
EUC-JP | ???激 | 0011111100111111001111111011011111100011 | 3f3f3fb7e3 |
UTF-8 | 젊뤄쉔激 | 111011001010000010001010111010111010010010000100111011001000100110010100111001101011111110000000 | eca08aeba484ec8994e6bf80 |
UHC | 젊뤄쉔激 | 1100000011111110101101111110111110111101101010001100110010101101 | c0feb7efbda8ccad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)