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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 張η?墻i? | 10010010101000111000001111000101001111111001101011010100100000101000100100111111 | 92a383c53f9ad482893f |
EUC-JP | 張η?墻i? | 11000100101001011010011011000111001111111101010011010110101000111110100100111111 | c4a5a6c73fd4d6a3e93f |
UTF-8 | 張η뮵墻i눈 | 1110010110111100101101011100111010110111111010111010111010110101111001011010001010111011111011111011110110001001111010111000100010001000 | e5bcb5ceb7ebaeb5e5a2bbefbd89eb8888 |
UHC | 張η뮵墻i눈 | 111011011110010110100101111001111001001010111101111011011101111110100011111010011011010010101011 | ede5a5e792bdeddfa3e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)