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 | ?謚?謚 | 001111111110011010001010001111111110011010001010 | 3fe68a3fe68a |
EUC-JP | ?謚?謚 | 001111111110101111101010001111111110101111101010 | 3febea3febea |
UTF-8 | 閭謚閭謚 | 111011111010011010000110111010001010110010011010111011111010011010000110111010001010110010011010 | efa686e8ac9aefa686e8ac9a |
UHC | 閭謚閭謚 | 1110011010101101111011001101000011100110101011011110110011010000 | e6adecd0e6adecd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)