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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 張η?畏 | 10010010101000111000001111000101001111111000100011011000 | 92a383c53f88d8 |
EUC-JP | 張η?畏 | 11000100101001011010011011000111001111111011000011011010 | c4a5a6c73fb0da |
UTF-8 | 張η뮵畏 | 1110010110111100101101011100111010110111111010111010111010110101111001111001010110001111 | e5bcb5ceb7ebaeb5e7958f |
UHC | 張η뮵畏 | 1110110111100101101001011110011110010010101111011110100011100110 | ede5a5e792bde8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)