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 | 祭?務哉? | 1000110111010101001111111001011010110001100011011100011000111111 | 8dd53f96b18dc63f |
EUC-JP | 祭?務哉? | 1011101011010111001111111100110010110011101110101100100000111111 | bad73fccb3bac83f |
UTF-8 | 祭며務哉렡 | 111001111010010110101101111010111010100110110000111001011000101110011001111001011001001110001001111010111010000010100001 | e7a5adeba9b0e58b99e59389eba0a1 |
UHC | 祭며務哉렡 | 11110000101011101011100011100111110110011110001011101110101000111000111010110010 | f0aeb8e7d9e2eea38eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)