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 | 厄???雅 | 10010110111011110011111100111111001111111000100111101011 | 96ef3f3f3f89eb |
EUC-JP | 厄???雅 | 11001100111100010011111100111111001111111011001011101101 | ccf13f3f3fb2ed |
UTF-8 | 厄닌덉뫊雅 | 111001011000111010000100111010111000101110001100111010111000110110001001111010111010101110001010111010011001101110000101 | e58e84eb8b8ceb8d89ebab8ae99b85 |
UHC | 厄닌덉뫊雅 | 11100100111110001011010011010001100010001110110010010001101011001110010010111010 | e4f8b4d188ec91ace4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)