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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倖絅?趾? | 1000110011110100111000110100010000111111111001101110010000111111 | 8cf4e3443fe6e43f |
EUC-JP | 倖絅?趾? | 1011100011110110111001011010010100111111111011001110011000111111 | b8f6e5a53fece63f |
UTF-8 | 倖絅톰趾얗 | 111001011000000010010110111001111011010110000101111011011000011010110000111010001011011010111110111011001001011010010111 | e58096e7b585ed86b0e8b6beec9697 |
UHC | 倖絅톰趾얗 | 11111010101110001100110011100111110001011110100011110010101111111011111011101001 | fab8cce7c5e8f2bfbee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)