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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 螯コ蟷溷凍B | 11100101101001101011101011100101101110011001111111100101100100111000000001000010 | e5a6bae5b99fe5938042 |
EUC-JP | 螯コ蟷溷凍B | 1110101010101000100011101011101011101010101110111101111011100111110001011110000001000010 | eaa88ebaeabbdee7c5e042 |
UTF-8 | 螯コ蟷溷凍B | 11101000100111101010111111101111101111011011101011101000100111111011011111100110101110101011011111100101100001111000110101000010 | e89eafefbdbae89fb7e6bab7e5878d42 |
UHC | ????凍B | 00111111001111110011111100111111110101001101000001000010 | 3f3f3f3fd4d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)