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 | ?f?? | 0011111110000010100001100011111100111111 | 3f82863f3f |
EUC-JP | ?fˇ? | 00111111101000111110011010001111101000101011000000111111 | 3fa3e68fa2b03f |
UTF-8 | 遼fˇ掠 | 1110111110100111100000111110111110111101100001101100101110000111111011111010010110110101 | efa783efbd86cb87efa5b5 |
UHC | 遼fˇ掠 | 1110100110101100101000111110011010100010101001111110010110110001 | e9aca3e6a2a7e5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)