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 | ????ヤ? | 00111111001111110011111100111111100000111000010000111111 | 3f3f3f3f83843f |
EUC-JP | ???沅ヤ? | 001111110011111100111111100011111100011011101001101001011110010000111111 | 3f3f3f8fc6e9a5e43f |
UTF-8 | 蓮㏐래沅ヤ틛 | 111011111010011010011001111000111000111110010000111010111001111010011000111001101011001010000101111000111000001110100100111011011000101110011011 | efa699e38f90eb9e98e6b285e383a4ed8b9b |
UHC | 蓮㏐래沅ヤ틛 | 111001101110010110100111111010101011011110100001111010101011011010101011111001001011101010001000 | e6e5a7eab7a1eab6abe4ba88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)