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 | 迪罹脹 | 111001111000110010011100111010111001001010101111 | e78c9ceb92af |
EUC-JP | 迪罹脹 | 111011011110110011011000111011011100010010110001 | edecd8edc4b1 |
UTF-8 | 迪罹脹 | 111010001011111110101010111001111011110110111001111010001000010010111001 | e8bfaae7bdb9e884b9 |
UHC | 迪罹脹 | 111011101110100011010111111001111111001111101100 | eee8d7e7f3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)