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 | 啼?務哉? | 1001101001100101001111111001011010110001100011011100011000111111 | 9a653f96b18dc63f |
EUC-JP | 啼?務哉? | 1101001111000110001111111100110010110011101110101100100000111111 | d3c63fccb3bac83f |
UTF-8 | 啼ㅷ務哉렡 | 111001011001010110111100111000111000010110110111111001011000101110011001111001011001001110001001111010111010000010100001 | e595bce385b7e58b99e59389eba0a1 |
UHC | 啼ㅷ務哉렡 | 11110000101001101010010011100111110110011110001011101110101000111000111010110010 | f0a6a4e7d9e2eea38eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)