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 | 厓????? | 11111010100011010011111100111111001111110011111100111111 | fa8d3f3f3f3f3f |
EUC-JP | 厓??琰?? | 10001111101101001100011100111111001111111000111111001100101101000011111100111111 | 8fb4c73f3f8fccb43f3f |
UTF-8 | 厓꿜엷琰녑뤁 | 111001011000111010010011111010101011111110011100111011001001011110110111111001111001000010110000111010111000010110010001111010111010010010000001 | e58e93eabf9cec97b7e790b0eb8591eba481 |
UHC | 厓꿜엷琰녑뤁 | 111001001110110110110010111001001011111110101111111001101111110010110011111001011000111110110010 | e4edb2e4bfafe6fcb3e58fb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)