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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???潢 | 001111110011111100111111100011111100100011011110 | 3f3f3f8fc8de |
UTF-8 | 뤞첁깐潢 | 111010111010010010011110111011001011001010000001111010101011100110010000111001101011110110100010 | eba49eecb281eab990e6bda2 |
UHC | 뤞첁깐潢 | 1000111111001101101010101000111010110001111100011111110011010010 | 8fcdaa8eb1f1fcd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)