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 | 裔??亦 | 111001011110000100111111001111111001011010010010 | e5e13f3f9692 |
EUC-JP | 裔??亦 | 111010101110001100111111001111111100101111110010 | eae33f3fcbf2 |
UTF-8 | 裔쎾댗亦 | 111010001010001110010100111011001000111010111110111010111000110010010111111001001011101010100110 | e8a394ec8ebeeb8c97e4baa6 |
UHC | 裔쎾댗亦 | 1110011111100000100110111110010110001000101110111110011010110010 | e7e09be588bbe6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)