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 | 蘂????? | 11100101010000010011111100111111001111110011111100111111 | e5413f3f3f3f3f |
EUC-JP | 蘂??馹?? | 111010011010001000111111001111111000111111101001101000010011111100111111 | e9a23f3f8fe9a13f3f |
UTF-8 | 蘂띕툙馹쇽쭓 | 111010001001100010000010111010111001110110010101111011011000100010011001111010011010011010111001111011001000011110111101111011001010110110010011 | e89882eb9d95ed8899e9a6b9ec87bdecad93 |
UHC | 蘂띕툙馹쇽쭓 | 111001111101111010110110111010111011100010010000111011001111000110111100111011111010011110001011 | e7deb6ebb890ecf1bcefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)