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 | 藺?? | 11100101011000010011111100111111 | e5613f3f |
EUC-JP | 藺?? | 11101001110000100011111100111111 | e9c23f3f |
UTF-8 | 藺뤗溜 | 111010001001011110111010111010111010010010010111111011111010011110001011 | e897baeba497efa78b |
UHC | 藺뤗溜 | 110101111111010010001111110001111110101011111110 | d7f48fc7eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)