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 | 覦一鴬 | 111001100100111110001000111010101000100110100111 | e64f88ea89a7 |
EUC-JP | 覦一鴬 | 111010111011000010110000111011001011001010101001 | ebb0b0ecb2a9 |
UTF-8 | 覦一鴬 | 111010001010011010100110111001001011100010000000111010011011010010101100 | e8a6a6e4b880e9b4ac |
UHC | ?一? | 00111111111011001110100100111111 | 3fece93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)