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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 壯??節?] | 1001101011100001001111110011111110010000110111110011111101011101 | 9ae13f3f90df3f5d |
EUC-JP | 壯??節?] | 1101010011100011001111110011111111000000111000010011111101011101 | d4e33f3fc0e13f5d |
UTF-8 | 壯㏆슨節퇡] | 11100101101000111010111111100011100011111000011011101100100010101010100011100111101011111000000011101101100001111010000101011101 | e5a3afe38f86ec8aa8e7af80ed87a15d |
UHC | 壯㏆슨節퇡] | 1110110111100000101001111110111110111101101111001110111110111101101110000101000101011101 | ede0a7efbdbcefbdb8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)