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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 寬ト鈊迴ケキ | 111110101010101011000100111110111100001111100111100011111011100110110111 | faaac4fbc3e78fb9b7 |
EUC-JP | ?ト鈊迴ケキ | 001111111000111011000100100011111110001110111111111011011110111110001110101110011000111010110111 | 3f8ec48fe3bfedef8eb98eb7 |
UTF-8 | 寬ト鈊迴ケキ | 111001011010111110101100111011111011111010000100111010011000100010001010111010001011111110110100111011111011110110111001111011111011110110110111 | e5afacefbe84e9888ae8bfb4efbdb9efbdb7 |
UHC | 寬????? | 11001110101100000011111100111111001111110011111100111111 | ceb03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)