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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉧竺炅 | 111110111100101110001110101100011111101101010001 | fbcb8eb1fb51 |
EUC-JP | 鉧竺炅 | 1000111111100011111010011011110010110011100011111100100111001010 | 8fe3e9bcb38fc9ca |
UTF-8 | 鉧竺炅 | 111010011000100110100111111001111010101110111010111001111000001010000101 | e989a7e7abbae78285 |
UHC | ?竺炅 | 0011111111110101111001111100110011011101 | 3ff5e7ccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)