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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 壯?L壯?L^ | 100110101110000100111111010011001001101011100001001111110100110001011110 | 9ae13f4c9ae13f4c5e |
EUC-JP | 壯?L壯?L^ | 110101001110001100111111010011001101010011100011001111110100110001011110 | d4e33f4cd4e33f4c5e |
UTF-8 | 壯렱L壯렱L^ | 111001011010001110101111111010111010000010110001010011001110010110100011101011111110101110100000101100010100110001011110 | e5a3afeba0b14ce5a3afeba0b14c5e |
UHC | 壯렱L壯렱L^ | 1110110111100000100011101011111001001100111011011110000010001110101111100100110001011110 | ede08ebe4cede08ebe4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)