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 | 雕先コス豬ケ | 111010001011100010010000111001101011101010111101111001101011010110111001 | e8b890e6babde6b5b9 |
EUC-JP | 雕先コス豬ケ | 111100001011101011000000111010001000111010111010100011101011110111101100101101111000111010111001 | f0bac0e88eba8ebdecb78eb9 |
UTF-8 | 雕先コス豬ケ | 111010011001101110010101111001011000010110001000111011111011110110111010111011111011110110111101111010001011000110101100111011111011110110111001 | e99b95e58588efbdbaefbdbde8b1acefbdb9 |
UHC | 雕先???? | 1111000011100111111000001011101100111111001111110011111100111111 | f0e7e0bb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)