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 | 瀨リ魏ッ | 111110110101000011011000111010011011000010101111 | fb50d8e9b0af |
EUC-JP | ?リ魏ッ | 00111111100011101101100011110010101100101000111010101111 | 3f8ed8f2b28eaf |
UTF-8 | 瀨リ魏ッ | 111001111000000010101000111011111011111010011000111010011010110110001111111011111011110110101111 | e780a8efbe98e9ad8fefbdaf |
UHC | 瀨?魏? | 110101101110111000111111111010101110000000111111 | d6ee3feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)